Implementation of helper class for property synchronization. More...
Go to the source code of this file.
Macros | |
| #define | TRACE(args) /* nothing */ |
| #define | LOG(args) /* nothing */ |
Functions | |
| NS_IMPL_ISUPPORTS1 (sbPlayQueueLibraryListener, sbIMediaListListener) | |
Implementation of helper class for property synchronization.
Implementation of helper class for play queue library listener.
Definition in file sbPlayQueueLibraryListener.cpp.
| #define LOG | ( | args | ) | /* nothing */ |
Definition at line 47 of file sbPlayQueueLibraryListener.cpp.
| #define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbPlayQueueLibraryListener:5
Definition at line 46 of file sbPlayQueueLibraryListener.cpp.
| NS_IMPL_ISUPPORTS1 | ( | sbPlayQueueLibraryListener | , |
| sbIMediaListListener | |||
| ) |