fix this macro that no one is using so that I can use it in my factory in xpconnect

This commit is contained in:
jband%netscape.com 1999-07-31 00:14:55 +00:00
parent 9a96223724
commit ff192b13a2
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ NS_NewGenericFactory(nsIGenericFactory* *result,
nsIGenericFactory::DestructorProcPtr destructor = NULL);
#define NS_GENERIC_FACTORY_CONSTRUCTOR(_InstanceClass) \
static nsresult \
static NS_IMETHODIMP \
_InstanceClass##Constructor(nsISupports *aOuter, REFNSIID aIID, void **aResult) \
{ \
nsresult rv; \

View File

@ -62,7 +62,7 @@ NS_NewGenericFactory(nsIGenericFactory* *result,
nsIGenericFactory::DestructorProcPtr destructor = NULL);
#define NS_GENERIC_FACTORY_CONSTRUCTOR(_InstanceClass) \
static nsresult \
static NS_IMETHODIMP \
_InstanceClass##Constructor(nsISupports *aOuter, REFNSIID aIID, void **aResult) \
{ \
nsresult rv; \