Commenting FACTORY2

git-svn-id: svn://10.0.0.236/trunk@20168 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com 1999-02-09 21:06:34 +00:00
parent 95a77014e6
commit d1401ae1e7
4 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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 */
/***************************************************************************/

View File

@ -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

View File

@ -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 */
/***************************************************************************/