- 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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user