sbMetadataManager.h File Reference
#include <nscore.h>
#include <prlock.h>
#include <prlog.h>
#include "sbIMetadataManager.h"
#include "sbIMetadataHandler.h"
#include <nsCOMPtr.h>
#include <nsStringGlue.h>
#include <set>
#include <list>
Include dependency graph for sbMetadataManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbMetadataManager
 

Macros

#define SONGBIRD_METADATAMANAGER_CONTRACTID   "@songbirdnest.com/Songbird/MetadataManager;1"
 
#define SONGBIRD_METADATAMANAGER_CLASSNAME   "Songbird Metadata Manager Interface"
 
#define SONGBIRD_METADATAMANAGER_CID
 

Variables

sbMetadataManagergMetadataManager
 

Macro Definition Documentation

#define SONGBIRD_METADATAMANAGER_CID
Value:
{ /* 32bfdede-854d-448f-bada-7a3b4b192034 */ \
0x32bfdede, \
0x854d, \
0x448f, \
{0xba, 0xda, 0x7a, 0x3b, 0x4b, 0x19, 0x20, 0x34} \
}

Definition at line 52 of file sbMetadataManager.h.

#define SONGBIRD_METADATAMANAGER_CLASSNAME   "Songbird Metadata Manager Interface"

Definition at line 50 of file sbMetadataManager.h.

#define SONGBIRD_METADATAMANAGER_CONTRACTID   "@songbirdnest.com/Songbird/MetadataManager;1"

Definition at line 48 of file sbMetadataManager.h.

Variable Documentation

sbMetadataManager* gMetadataManager

Definition at line 74 of file sbMetadataManager.cpp.