Songbird Mediacore Factory Wrapper Implementation. More...
#include "sbMediacoreFactoryWrapper.h"#include <nsThreadUtils.h>#include <sbProxiedComponentManager.h>Go to the source code of this file.
Macros | |
| #define | TRACE(args) /* nothing */ |
| #define | LOG(args) /* nothing */ |
Functions | |
| NS_IMPL_ISUPPORTS_INHERITED2 (sbMediacoreFactoryWrapper, sbBaseMediacoreFactory, sbIMediacoreFactoryWrapper, sbIMediacoreFactory) | |
Songbird Mediacore Factory Wrapper Implementation.
Definition in file sbMediacoreFactoryWrapper.cpp.
| #define LOG | ( | args | ) | /* nothing */ |
Definition at line 44 of file sbMediacoreFactoryWrapper.cpp.
| #define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbMediacoreFactoryWrapper:5
Definition at line 43 of file sbMediacoreFactoryWrapper.cpp.
| NS_IMPL_ISUPPORTS_INHERITED2 | ( | sbMediacoreFactoryWrapper | , |
| sbBaseMediacoreFactory | , | ||
| sbIMediacoreFactoryWrapper | , | ||
| sbIMediacoreFactory | |||
| ) |