This commit is contained in:
cbiesinger%web.de 2004-11-08 01:27:35 +00:00
Родитель fa2f66841a
Коммит 4898c16228
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -190,5 +190,7 @@ void XXXNeverCalled()
nsComponentManager::CreateInstance("", nsnull, id, nsnull);
nsComponentManager::GetClassObject(id, id, nsnull);
nsComponentManager::GetClassObjectByContractID("", id, nsnull);
nsServiceManager::GetGlobalServiceManager(nsnull);
}
}