Songbird Base Mediacore Implementation. More...
#include "sbBaseMediacore.h"#include <nsIClassInfoImpl.h>#include <nsIProgrammingLanguage.h>#include <nsMemory.h>Go to the source code of this file.
Macros | |
| #define | TRACE(args) /* nothing */ |
| #define | LOG(args) /* nothing */ |
Functions | |
| NS_IMPL_THREADSAFE_ISUPPORTS2 (sbBaseMediacore, sbIMediacore, nsIClassInfo) NS_IMPL_CI_INTERFACE_GETTER2(sbBaseMediacore | |
Variables | |
| sbIMediacore | |
Songbird Base Mediacore Implementation.
Definition in file sbBaseMediacore.cpp.
| #define LOG | ( | args | ) | /* nothing */ |
Definition at line 48 of file sbBaseMediacore.cpp.
| #define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbBaseMediacore:5
Definition at line 47 of file sbBaseMediacore.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS2 | ( | sbBaseMediacore | , |
| sbIMediacore | , | ||
| nsIClassInfo | |||
| ) |
Definition at line 56 of file sbBaseMediacore.cpp.