- Added internal UnloadLibraries() that can take a NULL service
manager too for nsXPComShutdown()'s sake git-svn-id: svn://10.0.0.236/trunk@41682 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
174729ddab
commit
1afc4d334b
@ -27,6 +27,7 @@
|
||||
|
||||
class nsFactoryEntry;
|
||||
class nsDll;
|
||||
class nsIServiceManager;
|
||||
|
||||
// Registry Factory creation function defined in nsRegistry.cpp
|
||||
// We hook into this function locally to create and register the registry
|
||||
@ -152,6 +153,7 @@ protected:
|
||||
nsDll *CreateCachedDll(const char *persistentDescriptor, PRUint32 modDate, PRUint32 size);
|
||||
nsDll *CreateCachedDll(nsIFileSpec *dllSpec);
|
||||
nsDll *CreateCachedDllName(const char *dllName);
|
||||
nsresult UnloadLibraries(nsIServiceManager *servmgr);
|
||||
|
||||
// The following functions are the only ones that operate on the persistent
|
||||
// registry
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user