This commit is contained in:
cbiesinger%web.de 2004-11-08 01:27:35 +00:00
Родитель 05744f9991
Коммит 6359f9fb2c
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);
}
}