major source structure and module name change - continue4
This commit is contained in:
17
BrowserExtensions/win/MiCASAKeysModule.cpp
Normal file
17
BrowserExtensions/win/MiCASAKeysModule.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "nsIGenericFactory.h"
|
||||
#include "MiCASAKeys.h"
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(MiCASAKeys)
|
||||
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{
|
||||
MICASA_KEYS_CLASSNAME,
|
||||
MICASA_KEYS_CID,
|
||||
MICASA_KEYS_CONTRACTID,
|
||||
MiCASAKeysConstructor,
|
||||
}
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE("MiCASAModule", components)
|
||||
|
||||
Reference in New Issue
Block a user