- #include "nsIGenericFactory.h"
- #include "DemoDll.h"
- NS_GENERIC_FACTORY_CONSTRUCTOR(DemoDll)
- static nsModuleComponentInfo components[] =
- {
- {
- DEMODLL_CLASSNAME,
- DEMODLL_CID,
- DEMODLL_CONTRACTID,
- DemoDllConstructor,
- }
- };
- NS_IMPL_NSGETMODULE("DemoDllModule", components)