major source structure and module name change - continue4

This commit is contained in:
soochoi
2006-06-08 21:38:52 +00:00
parent 1d82ff5d6a
commit 6ac32abb91
36 changed files with 51 additions and 15 deletions

View 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)