#include <deque>
#include "sbIFileScan.h"
#include <nscore.h>
#include <nsCOMPtr.h>
#include <nsIFile.h>
#include <nsILocalFile.h>
#include <nsIMutableArray.h>
#include <nsINetUtil.h>
#include <nsStringGlue.h>
#include <nsServiceManagerUtils.h>
#include <nsComponentManagerUtils.h>
#include <nsHashKeys.h>
#include <nsISimpleEnumerator.h>
#include <nsTHashtable.h>
#include <nsXPCOM.h>
#include <prlock.h>
#include <prmon.h>
#include <nsIThread.h>
#include <nsIRunnable.h>
Go to the source code of this file.
|
#define | SONGBIRD_FILESCAN_CONTRACTID "@songbirdnest.com/Songbird/FileScan;1" |
|
#define | SONGBIRD_FILESCAN_CLASSNAME "Songbird Media Scan Interface" |
|
#define | SONGBIRD_FILESCAN_CID { 0x411dd545, 0xead0, 0x41c4, { 0x8b, 0xa1, 0x69, 0x7d, 0xbe, 0x5c, 0x67, 0xea } } |
|
#define | SONGBIRD_FILESCANQUERY_CONTRACTID "@songbirdnest.com/Songbird/FileScanQuery;1" |
|
#define | SONGBIRD_FILESCANQUERY_CLASSNAME "Songbird Media Scan Query Interface" |
|
#define | SONGBIRD_FILESCANQUERY_CID { 0x7bb22470, 0xe03d, 0x4220, { 0xac, 0x93, 0xac, 0x70, 0x70, 0xa, 0xf6, 0xab } } |
|
#define SONGBIRD_FILESCAN_CID { 0x411dd545, 0xead0, 0x41c4, { 0x8b, 0xa1, 0x69, 0x7d, 0xbe, 0x5c, 0x67, 0xea } } |
#define SONGBIRD_FILESCAN_CLASSNAME "Songbird Media Scan Interface" |
#define SONGBIRD_FILESCAN_CONTRACTID "@songbirdnest.com/Songbird/FileScan;1" |
#define SONGBIRD_FILESCANQUERY_CID { 0x7bb22470, 0xe03d, 0x4220, { 0xac, 0x93, 0xac, 0x70, 0x70, 0xa, 0xf6, 0xab } } |
#define SONGBIRD_FILESCANQUERY_CLASSNAME "Songbird Media Scan Query Interface" |
#define SONGBIRD_FILESCANQUERY_CONTRACTID "@songbirdnest.com/Songbird/FileScanQuery;1" |