#include <sbILocalDatabaseAsyncGUIDArray.h>
#include <sbILocalDatabaseGUIDArray.h>
#include <nsAutoPtr.h>
#include <nsCOMPtr.h>
#include <nsIObserver.h>
#include <nsIRunnable.h>
#include <nsStringGlue.h>
#include <nsWeakReference.h>
#include <nsTArray.h>
#include <prlock.h>
#include <prmon.h>
Go to the source code of this file.
Classes | |
struct | CommandSpec |
class | sbLocalDatabaseAsyncGUIDArray |
class | CommandProcessor |
class | sbWeakAsyncListenerWrapper |
class | sbLocalDatabaseAsyncGUIDArrayListenerInfo |
Typedefs | |
typedef nsTArray< CommandSpec > | sbCommandQueue |
Enumerations | |
enum | CommandType { eNone, eGetLength, eGetByIndex, eGetSortPropertyValueByIndex, eGetMediaItemIdByIndex } |
typedef nsTArray<CommandSpec> sbCommandQueue |
Definition at line 68 of file sbLocalDatabaseAsyncGUIDArray.h.
enum CommandType |
Enumerator | |
---|---|
eNone | |
eGetLength | |
eGetByIndex | |
eGetSortPropertyValueByIndex | |
eGetMediaItemIdByIndex |
Definition at line 50 of file sbLocalDatabaseAsyncGUIDArray.h.