Bug 1493508 - Port bug 1473736: implement nsLDAPConnection::OnLookupByTypeComplete(). rs=bustage-fix DONTBUILD
--HG-- extra : amend_source : 6097f5ed8b5122f472b69aefa33ca1f4f41ef41d
This commit is contained in:
Родитель
46d5e22ce5
Коммит
17f3e9ffde
|
@ -599,6 +599,14 @@ nsLDAPConnection::OnLookupComplete(nsICancelable *aRequest,
|
|||
return rv;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsLDAPConnection::OnLookupByTypeComplete(nsICancelable *aRequest,
|
||||
nsIDNSByTypeRecord *aRes,
|
||||
nsresult aStatus)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsLDAPConnectionRunnable::nsLDAPConnectionRunnable(int32_t aOperationID,
|
||||
nsILDAPOperation *aOperation,
|
||||
nsLDAPConnection *aConnection)
|
||||
|
|
Загрузка…
Ссылка в новой задаче