*not part of the build*

fix for 56738


git-svn-id: svn://10.0.0.236/trunk@93512 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2001-05-01 02:56:29 +00:00
parent 2204e37e45
commit 650a888914
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ const char lastModValueName[] = "LastModTimeStamp";
const char xpcomKeyName[] = "software/mozilla/XPCOM/components";
#endif
NS_IMPL_ISUPPORTS(bcJavaComponentLoader,NS_GET_IID(nsIComponentLoader));
NS_IMPL_THREADSAFE_ISUPPORTS(bcJavaComponentLoader,NS_GET_IID(nsIComponentLoader));
bcJavaComponentLoader::bcJavaComponentLoader()
: mCompMgr(NULL),

View File

@@ -49,7 +49,7 @@ class bcJavaComponentLoader : public nsIComponentLoader {
protected:
nsHashtable mModules;
nsCOMPtr<nsIRegistry> mRegistry;
nsIComponentManager* mCompMgr; // weak ref, should make it strong?
nsCOMPtr<nsIComponentManager> mCompMgr;
nsRegistryKey mXPCOMKey;
nsSupportsArray mDeferredComponents;