fix bustage, forgot this file in my last checkin

This commit is contained in:
alecf%netscape.com 1999-11-02 01:53:28 +00:00
Родитель d551275d9f
Коммит 4d3fb3d5a9
1 изменённых файлов: 3 добавлений и 10 удалений

Просмотреть файл

@ -55,14 +55,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsAddrBookSession)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAbAutoCompleteSession)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAbAddressCollecter)
struct components_t {
nsCID cid;
nsIGenericFactory::ConstructorProcPtr constructor;
const char *progid;
const char *description;
};
static components_t components[] =
static nsModuleComponentInfo components[] =
{
{ NS_ADDRESSBOOK_CID, &nsAddressBookConstructor, NS_ADDRESSBOOK_PROGID, },
{ NS_ABDIRECTORYDATASOURCE_CID, &nsAbDirectoryDataSourceConstructor, NS_ABDIRECTORYDATASOURCE_PROGID, },
@ -79,5 +72,5 @@ static components_t components[] =
};
NS_IMPL_MODULE(components)
NS_IMPL_NSGETMODULE(nsModule)
NS_IMPL_MODULE(nsAbModule, components)
NS_IMPL_NSGETMODULE(nsAbModule)