mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
Added GetIID() function to nsISoftwareUpdate
This commit is contained in:
parent
a1cbfce3cd
commit
876aa12c23
@ -94,7 +94,7 @@ nsSoftwareUpdate *nsSoftwareUpdate::GetInstance()
|
||||
}
|
||||
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsSoftwareUpdate,NS_ISOFTWAREUPDATE_IID)
|
||||
NS_IMPL_ISUPPORTS(nsSoftwareUpdate,nsISoftwareUpdate::GetIID());
|
||||
|
||||
|
||||
nsresult
|
||||
@ -259,7 +259,7 @@ nsSoftwareUpdateFactory::~nsSoftwareUpdateFactory(void)
|
||||
{
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsSoftwareUpdateFactory,NS_IFACTORY_IID)
|
||||
NS_IMPL_ISUPPORTS(nsSoftwareUpdateFactory,kIFactoryIID)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSoftwareUpdateFactory::CreateInstance(nsISupports *aOuter, REFNSIID aIID, void **aResult)
|
||||
|
Loading…
x
Reference in New Issue
Block a user