Commenting FACTORY2
git-svn-id: svn://10.0.0.236/trunk@20168 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
95a77014e6
commit
d1401ae1e7
@ -54,6 +54,8 @@ public:
|
||||
NS_IMETHOD LockFactory(PRBool aLock) = 0;
|
||||
};
|
||||
|
||||
#if 0
|
||||
/* Excluding IFactory2 until there is proof of its use - dp */
|
||||
/**
|
||||
* nsIFactory2 allows passing in a signature token when creating an
|
||||
* instance. This allows instance recycling.
|
||||
@ -73,5 +75,6 @@ public:
|
||||
void *aSignature,
|
||||
void **aResult) = 0;
|
||||
};
|
||||
#endif /* 0 */
|
||||
|
||||
#endif
|
||||
|
||||
@ -73,7 +73,10 @@ nsDllStore *nsRepository::dllStore = NULL;
|
||||
|
||||
static PRLogModuleInfo *logmodule = NULL;
|
||||
|
||||
#if 0
|
||||
// Factory2 commented out until proven required
|
||||
static NS_DEFINE_IID(kFactory2IID, NS_IFACTORY2_IID);
|
||||
#endif /* 0 */
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
@ -54,6 +54,8 @@ public:
|
||||
NS_IMETHOD LockFactory(PRBool aLock) = 0;
|
||||
};
|
||||
|
||||
#if 0
|
||||
/* Excluding IFactory2 until there is proof of its use - dp */
|
||||
/**
|
||||
* nsIFactory2 allows passing in a signature token when creating an
|
||||
* instance. This allows instance recycling.
|
||||
@ -73,5 +75,6 @@ public:
|
||||
void *aSignature,
|
||||
void **aResult) = 0;
|
||||
};
|
||||
#endif /* 0 */
|
||||
|
||||
#endif
|
||||
|
||||
@ -73,7 +73,10 @@ nsDllStore *nsRepository::dllStore = NULL;
|
||||
|
||||
static PRLogModuleInfo *logmodule = NULL;
|
||||
|
||||
#if 0
|
||||
// Factory2 commented out until proven required
|
||||
static NS_DEFINE_IID(kFactory2IID, NS_IFACTORY2_IID);
|
||||
#endif /* 0 */
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user