18 lines
345 B
C++
18 lines
345 B
C++
#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)
|
|
|