- NS_RegistryGetFactory API Change

- QuickRegister eliminated


git-svn-id: svn://10.0.0.236/trunk@35108 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com
1999-06-14 02:07:03 +00:00
parent 16ae30744d
commit aef0c9821c
4 changed files with 119 additions and 276 deletions

View File

@@ -1352,7 +1352,7 @@ nsRegistryFactory::LockFactory(PRBool aLock)
// This is a temporary hack; needs work to support dynamic binding
// via nsComponentManager and support for multiple factories per DLL.
extern "C" NS_EXPORT nsresult
NS_RegistryGetFactory(nsISupports* servMgr, nsIFactory** aFactory ) {
NS_RegistryGetFactory(nsIFactory** aFactory ) {
nsresult rv = NS_OK;
if( aFactory == 0 ) {