fix signature for nsGetFactory()

This commit is contained in:
hshaw%netscape.com 1999-05-04 00:21:42 +00:00
parent 4b6033e72e
commit 37991de521
2 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,8 @@ nsresult nsNetFactory::LockFactory(PRBool aLock)
extern "C" PR_IMPLEMENT(nsresult)
NSGetFactory(nsISupports* aServMgr,
const nsCID &aClass,
const char *aClassName,
const char *aProgID,
nsIFactory **aFactory)
{
if (aFactory == nsnull)

View File

@ -104,6 +104,8 @@ nsresult nsNetFactory::LockFactory(PRBool aLock)
extern "C" PR_IMPLEMENT(nsresult)
NSGetFactory(nsISupports* aServMgr,
const nsCID &aClass,
const char *aClassName,
const char *aProgID,
nsIFactory **aFactory)
{
if (aFactory == nsnull)