Songbird DeviceManager Component Factory and Main Entry Point.
More...
#include <nsCOMPtr.h>
#include <nsServiceManagerUtils.h>
#include <nsIAppStartupNotifier.h>
#include <nsICategoryManager.h>
#include <nsIGenericFactory.h>
#include "DeviceManager.h"
Go to the source code of this file.
Songbird DeviceManager Component Factory and Main Entry Point.
Definition in file DeviceManagerComponent.cpp.
static NS_METHOD sbDeviceManagerObsoleteRegisterSelf |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
registryLocation, |
|
|
const char * |
componentType, |
|
|
const nsModuleComponentInfo * |
info |
|
) |
| |
|
static |
static NS_METHOD sbDeviceManagerObsoleteUnregisterSelf |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
registryLocation, |
|
|
const nsModuleComponentInfo * |
info |
|
) |
| |
|
static |
nsModuleComponentInfo components[] |
|
static |
Initial value:=
{
{
"Songbird Obsolete Device Manager" ,
{ 0xd0b017c4, 0xf388, 0x4e78, { 0xab, 0xf3, 0x5f, 0x48, 0xca, 0x61, 0x6a, 0x94 } } ,
"@songbirdnest.com/Songbird/DeviceManager;1" ,
sbDeviceManagerObsoleteConstructor,
}
}
static NS_METHOD sbDeviceManagerObsoleteUnregisterSelf(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const nsModuleComponentInfo *info)
static NS_METHOD sbDeviceManagerObsoleteRegisterSelf(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const char *componentType, const nsModuleComponentInfo *info)
Definition at line 81 of file DeviceManagerComponent.cpp.