fix for #45797 - fix NS_IMPL_ISUPPORTS consumers
r=dveditz a=self git-svn-id: svn://10.0.0.236/trunk@82722 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -75,7 +75,7 @@ MyServiceFactory* gFact = NULL;
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// MyService Implementation
|
||||
|
||||
NS_IMPL_ISUPPORTS(MyService, NS_GET_IID(IMyService));
|
||||
NS_IMPL_ISUPPORTS1(MyService, IMyService);
|
||||
|
||||
MyService::MyService(nsISupports* outer)
|
||||
{
|
||||
@@ -102,7 +102,7 @@ MyService::Doit(void)
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// MyServiceFactory Implementation
|
||||
|
||||
NS_IMPL_ISUPPORTS(MyServiceFactory, NS_GET_IID(nsIFactory));
|
||||
NS_IMPL_ISUPPORTS1(MyServiceFactory, nsIFactory);
|
||||
|
||||
MyServiceFactory::MyServiceFactory(void)
|
||||
: mStarted(PR_FALSE), mOutstandingInstances(0)
|
||||
|
||||
Reference in New Issue
Block a user