Elliminated the RegisterComponent() calls from NS_SetupRegistry() for some true components.

git-svn-id: svn://10.0.0.236/trunk@29489 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cata%netscape.com
1999-04-27 20:26:20 +00:00
parent dd92090b15
commit 142b8bc071

View File

@@ -393,6 +393,7 @@ NS_SetupRegistry()
nsComponentManager::RegisterComponent(kSubtreeIteratorCID,NULL, NULL, LAYOUT_DLL, PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponent(kFrameUtilCID, NULL, NULL, LAYOUT_DLL, PR_FALSE, PR_FALSE);
#if 0 // autoregistration now works on all platforms, so commenting out
nsComponentManager::RegisterComponent(kCharsetConverterManagerCID, NULL, NULL, UCONV_DLL, PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponent(kCharsetAliasCID, NULL, NULL, UCONV_DLL, PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponent(kISO88591ToUnicodeCID, NULL, NULL, UCVLATIN_DLL, PR_FALSE, PR_FALSE);
@@ -403,6 +404,7 @@ NS_SetupRegistry()
// nsComponentManager::RegisterComponent(kISO2022JPToUnicodeCID, NULL, NULL, UCVJA2_DLL, PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponent(kPlatformCharsetCID, NULL, NULL, UCONV_DLL, PR_FALSE, PR_FALSE);
#endif
nsComponentManager::RegisterComponent(kStringBundleServiceCID, NULL, NULL, STRRES_DLL, PR_FALSE, PR_FALSE);