sbLocalDatabaseAsyncGUIDArray.h File Reference
#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>
Include dependency graph for sbLocalDatabaseAsyncGUIDArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CommandSpec
 
class  sbLocalDatabaseAsyncGUIDArray
 
class  CommandProcessor
 
class  sbWeakAsyncListenerWrapper
 
class  sbLocalDatabaseAsyncGUIDArrayListenerInfo
 

Typedefs

typedef nsTArray< CommandSpecsbCommandQueue
 

Enumerations

enum  CommandType {
  eNone, eGetLength, eGetByIndex, eGetSortPropertyValueByIndex,
  eGetMediaItemIdByIndex
}
 

Typedef Documentation

typedef nsTArray<CommandSpec> sbCommandQueue

Definition at line 68 of file sbLocalDatabaseAsyncGUIDArray.h.

Enumeration Type Documentation

Enumerator
eNone 
eGetLength 
eGetByIndex 
eGetSortPropertyValueByIndex 
eGetMediaItemIdByIndex 

Definition at line 50 of file sbLocalDatabaseAsyncGUIDArray.h.