#include "nsIGenericFactory.h"
#include <nsICategoryManager.h>
#include <nsServiceManagerUtils.h>
#include "sbStringTransform.h"
#include <sbIStringTransform.h>
Go to the source code of this file.
static NS_METHOD sbStringTransformRegister |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
aLoaderStr, |
|
|
const char * |
aType, |
|
|
const nsModuleComponentInfo * |
aInfo |
|
) |
| |
|
static |
Register the Songbird string transform service component.
Definition at line 42 of file sbIntlModule.cpp.
static NS_METHOD sbStringTransformUnregister |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
aLoaderStr, |
|
|
const nsModuleComponentInfo * |
aInfo |
|
) |
| |
|
static |
Unregister the Songbird string transform service component.
Definition at line 75 of file sbIntlModule.cpp.
const nsModuleComponentInfo components[] |
|
static |
Initial value:=
{
{
sbStringTransformConstructor,
},
}
static NS_METHOD sbStringTransformUnregister(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *aLoaderStr, const nsModuleComponentInfo *aInfo)
static NS_METHOD sbStringTransformRegister(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *aLoaderStr, const char *aType, const nsModuleComponentInfo *aInfo)
Definition at line 98 of file sbIntlModule.cpp.