Bug 93100. Change NS_DECL_NSGETMODULE to be table driven so we can get at module ctor & dtor callbacks. Update meta-module and static-module stuff for this change, fix meta-module to not register stuff twice. r=cls,leaf

This commit is contained in:
waterson%netscape.com 2001-08-21 01:47:31 +00:00
parent fccc55b07b
commit 76c2f631f2

View File

@ -134,7 +134,7 @@ void XXXNeverCalled()
xptc_dummy2();
XPTI_GetInterfaceInfoManager();
NS_NewGenericFactory(NULL, NULL);
NS_NewGenericModule(NULL, 0, NULL, NULL, NULL, NULL);
NS_NewGenericModule(NULL, NULL);
NS_NewHashtableEnumerator(NULL, NULL, NULL, NULL);
nsCWeakProxy(0, 0);
nsCWeakReferent(0);