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"
Go to the source code of this file.
Songbird Device Manager Component Factory and Main Entry Point.
Definition in file sbDeviceManagerModule.cpp.
static NS_METHOD sbDeviceManagerRegisterSelf |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
registryLocation, |
|
|
const char * |
componentType, |
|
|
const nsModuleComponentInfo * |
info |
|
) |
| |
|
static |
static NS_METHOD sbDeviceManagerUnregisterSelf |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
registryLocation, |
|
|
const nsModuleComponentInfo * |
info |
|
) |
| |
|
static |
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.