OJI MozClassic to raptor merge

This commit is contained in:
amusil%netscape.com 1999-01-25 08:05:06 +00:00
parent c94385ee94
commit 444258ea80
2 changed files with 2 additions and 2 deletions

View File

@ -1453,7 +1453,7 @@ NSUnregisterSelf(const char *path)
extern "C" NS_EXPORT nsresult
NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
NSGetFactory(const nsCID &aClass, nsISupports* serviceMgr, nsIFactory **aFactory)
{
if (aFactory == NULL)

View File

@ -28,7 +28,7 @@
// DLL Entry Points:
////////////////////////////////////////////////////////////////////////////////
extern "C" NS_EXPORT nsresult
NSGetFactory(const nsCID &aClass, nsIFactory **aFactory);
NSGetFactory(const nsCID &aClass, nsISupports* serviceMgr, nsIFactory **aFactory);
extern "C" NS_EXPORT PRBool
NSCanUnload(void);