view my_xpcom_component/thingy_module.cpp @ 0:439a78563622 default tip

Origination.
author Atul Varma <varmaa@toolness.com>
date Fri, 08 Feb 2008 14:02:26 -0600
parents
children
line wrap: on
line source

#include "nsIGenericFactory.h"
#include "thingy_impl.h"

NS_GENERIC_FACTORY_CONSTRUCTOR(_MYCLASS_)

static nsModuleComponentInfo components[] =
{
    {
        MYCLASS_CLASSNAME,
        MYCLASS_CID,
        MYCLASS_CONTRACTID,
        _MYCLASS_Constructor,
    }
};

NS_IMPL_NSGETMODULE( "ThingyModule", components )