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
Родитель 9a96223724
Коммит ff192b13a2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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