зеркало из https://github.com/mozilla/pjs.git
check for ISupports in QI
This commit is contained in:
Родитель
27fdf2aad4
Коммит
5287773d8d
|
@ -90,6 +90,12 @@ nsresult nsMsgMailNewsUrl::QueryInterface(const nsIID &aIID, void** aInstancePtr
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
if (aIID.Equals(nsCOMTypeInfo<nsISupports>::GetIID()))
|
||||
{
|
||||
*aInstancePtr = (void *) ((nsIMsgMailNewsUrl*) this);
|
||||
AddRef();
|
||||
return NS_OK;
|
||||
}
|
||||
#if defined(NS_DEBUG)
|
||||
/*
|
||||
* Check for the debug-only interface indicating thread-safety
|
||||
|
|
Загрузка…
Ссылка в новой задаче