CASA/extensions/linux/src/MiCASAKeysModule.cpp

18 lines
345 B
C++
Raw Normal View History

2006-04-27 19:34:12 +02:00
#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)