sbDeviceManagerModule.cpp File Reference

Songbird Device Manager Component Factory and Main Entry Point. More...

#include <nsCOMPtr.h>
#include <nsServiceManagerUtils.h>
#include <nsIAppStartupNotifier.h>
#include <nsICategoryManager.h>
#include <nsIGenericFactory.h>
#include "sbDeviceManager.h"
Include dependency graph for sbDeviceManagerModule.cpp:

Go to the source code of this file.

Functions

 NS_GENERIC_FACTORY_CONSTRUCTOR (sbDeviceManager)
 
static NS_METHOD sbDeviceManagerRegisterSelf (nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const char *componentType, const nsModuleComponentInfo *info)
 
static NS_METHOD sbDeviceManagerUnregisterSelf (nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const nsModuleComponentInfo *info)
 

Variables

static nsModuleComponentInfo sbDeviceManagerComponents []
 

Detailed Description

Songbird Device Manager Component Factory and Main Entry Point.

Definition in file sbDeviceManagerModule.cpp.

Function Documentation

NS_GENERIC_FACTORY_CONSTRUCTOR ( sbDeviceManager  )
static NS_METHOD sbDeviceManagerRegisterSelf ( nsIComponentManager *  aCompMgr,
nsIFile *  aPath,
const char *  registryLocation,
const char *  componentType,
const nsModuleComponentInfo *  info 
)
static

Definition at line 45 of file sbDeviceManagerModule.cpp.

static NS_METHOD sbDeviceManagerUnregisterSelf ( nsIComponentManager *  aCompMgr,
nsIFile *  aPath,
const char *  registryLocation,
const nsModuleComponentInfo *  info 
)
static

Definition at line 65 of file sbDeviceManagerModule.cpp.

Variable Documentation

nsModuleComponentInfo sbDeviceManagerComponents[]
static
Initial value:
=
{
{
"Songbird Device Manager 2" ,
{ 0xf1b2417e, 0x2515, 0x481d, { 0xb0, 0x3a, 0xda, 0x3d, 0x5b, 0x7f, 0x62, 0xfa } } ,
"@songbirdnest.com/Songbird/DeviceManager;2" ,
sbDeviceManagerConstructor,
}
}
static NS_METHOD sbDeviceManagerRegisterSelf(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const char *componentType, const nsModuleComponentInfo *info)
static NS_METHOD sbDeviceManagerUnregisterSelf(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const nsModuleComponentInfo *info)

Definition at line 82 of file sbDeviceManagerModule.cpp.