зеркало из https://github.com/mozilla/gecko-dev.git
fix this macro that no one is using so that I can use it in my factory in xpconnect
This commit is contained in:
Родитель
9a96223724
Коммит
ff192b13a2
|
@ -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; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче