#include "OSDLBasic.h"#include "Ceylan.h"#include <string>#include <iostream>#include "OSDLEvents.h"#include "OSDLVideo.h"#include "OSDLException.h"#include <map>#include "OSDLAudio.h"#include <list>

Go to the source code of this file.
Defines | |
| #define | LOG_DEBUG_BASIC(message) |
| #define | LOG_TRACE_BASIC(message) |
| #define | LOG_WARNING_BASIC(message) |
| #define | OSDL_DEBUG_VERSION 0 |
Variables | |
| const Ceylan::Version::VersionNumber | oldestAgarSupportedMajor = 1 |
| const Ceylan::Version::VersionNumber | oldestAgarSupportedMinor = 3 |
| const Ceylan::Version::VersionNumber | oldestAgarSupportedPatch = 4 |
| #define LOG_DEBUG_BASIC | ( | message | ) |
Definition at line 86 of file OSDLBasic.cc.
| #define LOG_TRACE_BASIC | ( | message | ) |
Definition at line 87 of file OSDLBasic.cc.
| #define LOG_WARNING_BASIC | ( | message | ) |
Definition at line 88 of file OSDLBasic.cc.
| #define OSDL_DEBUG_VERSION 0 |
Definition at line 114 of file OSDLBasic.cc.
| const Ceylan::Version::VersionNumber oldestAgarSupportedMajor = 1 |
Definition at line 108 of file OSDLBasic.cc.
Referenced by OSDL::CommonModule::enableGUI().
| const Ceylan::Version::VersionNumber oldestAgarSupportedMinor = 3 |
Definition at line 109 of file OSDLBasic.cc.
Referenced by OSDL::CommonModule::enableGUI().
| const Ceylan::Version::VersionNumber oldestAgarSupportedPatch = 4 |
Definition at line 110 of file OSDLBasic.cc.
Referenced by OSDL::CommonModule::enableGUI().
1.6.3