#include "sbDirectoryProvider.h"
#include <nsCOMPtr.h>
#include <nsServiceManagerUtils.h>
#include <nsIGenericFactory.h>
#include <nsICategoryManager.h>
Go to the source code of this file.
static NS_METHOD sbDirectoryProviderRegister |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
aLoaderStr, |
|
|
const char * |
aType, |
|
|
const nsModuleComponentInfo * |
aInfo |
|
) |
| |
|
static |
static NS_METHOD sbDirectoryProviderUnregister |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
aLoaderStr, |
|
|
const nsModuleComponentInfo * |
aInfo |
|
) |
| |
|
static |
const nsModuleComponentInfo components[] |
|
static |
Initial value:=
{
{
"sbDirectoryProvider" ,
{ 0xd1d8f5b0, 0xc207, 0x11de, { 0x8a, 0x39, 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } } ,
"@songbirdnest.com/moz/directory/provider;1" ,
sbDirectoryProviderConstructor,
}
}
static NS_METHOD sbDirectoryProviderRegister(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *aLoaderStr, const char *aType, const nsModuleComponentInfo *aInfo)
static NS_METHOD sbDirectoryProviderUnregister(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *aLoaderStr, const nsModuleComponentInfo *aInfo)
Definition at line 95 of file sbDirectoryProviderModule.cpp.