slight change to meet new nsRepository API

This commit is contained in:
alecf%netscape.com 1999-01-26 21:42:39 +00:00
Родитель 2fa2ccd280
Коммит e498037a16
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -134,7 +134,9 @@ nsresult nsMsgFactory::LockFactory(PRBool aLock)
}
// return the proper factory to the caller.
extern "C" NS_EXPORT nsresult NSGetFactory(const nsCID &aClass, nsIFactory **aFactory)
extern "C" NS_EXPORT nsresult NSGetFactory(const nsCID &aClass,
nsISupports *serviceMgr,
nsIFactory **aFactory)
{
if (nsnull == aFactory)
return NS_ERROR_NULL_POINTER;