Mozilla/mozilla/xpfe/components/find/src/nsFindModule.cpp
timeless%mozdev.org b5d1454dfb Bug 204423 Remove unused nsIFindServiceConstructor, nsFindService::GetSingleton, nsFindService::FreeSigleton, empty nsFindModuleDtor
r=brade sr=smfr a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@142258 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-09 04:17:41 +00:00

22 lines
355 B
C++

#include "nsIGenericFactory.h"
#include "nsString.h"
#include "nsFindService.h"
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFindService)
static const nsModuleComponentInfo gComponents[] = {
{
"Find Service",
NS_FIND_SERVICE_CID,
NS_FIND_SERVICE_CONTRACTID,
nsFindServiceConstructor
}
};
NS_IMPL_NSGETMODULE(nsFindComponent, gComponents)