sbMediaItemDownloadModule.cpp File Reference

Songbird Media Item Download Service Component Factory and Main Entry Point. More...

#include "sbHTTPMediaItemDownloader.h"
#include "sbMediaItemDownloadService.h"
#include <nsIGenericFactory.h>
Include dependency graph for sbMediaItemDownloadModule.cpp:

Go to the source code of this file.

Variables

static nsModuleComponentInfo sbMediaItemDownloadComponents []
 

Detailed Description

Songbird Media Item Download Service Component Factory and Main Entry Point.

Definition in file sbMediaItemDownloadModule.cpp.

Variable Documentation

nsModuleComponentInfo sbMediaItemDownloadComponents[]
static
Initial value:
=
{
{
"sbHTTPMediaItemDownloader" ,
{ 0x9a364e08, 0x1dd1, 0x11b2, { 0x91, 0xda, 0xc8, 0xa2, 0xdf, 0x3c, 0x57, 0x85 } } ,
"@songbirdnest.com/Songbird/HTTPMediaItemDownloader;1" ,
sbHTTPMediaItemDownloaderConstructor,
sbHTTPMediaItemDownloaderRegisterSelf,
sbHTTPMediaItemDownloaderUnregisterSelf
},
{
"sbMediaItemDownloadService" ,
{ 0x35443420, 0x1dd2, 0x11b2, { 0x8d, 0x65, 0xfe, 0xf3, 0x91, 0x81, 0x82, 0xcf } } ,
sbMediaItemDownloadServiceConstructor,
}
}
static NS_METHOD RegisterSelf(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *aLoaderStr, const char *aType, const nsModuleComponentInfo *aInfo)
#define SB_MEDIA_ITEM_DOWNLOAD_SERVICE_CONTRACTID
static NS_METHOD UnregisterSelf(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *aLoaderStr, const nsModuleComponentInfo *aInfo)

Definition at line 69 of file sbMediaItemDownloadModule.cpp.