patch from peter.vanderbeken@pandora.be which tracks warren's change to nsIRequest.idl and keep LDAP building on the tip. a=(not built), r=dmose@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@76835 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2000-08-22 01:05:13 +00:00
parent cd1956d920
commit 1c53b7c30e

View File

@@ -135,6 +135,13 @@ nsLDAPChannel::Create(nsISupports *aOuter, REFNSIID aIID, void **aResult)
// nsIRequest methods
NS_IMETHODIMP
nsLDAPChannel::GetName(PRUnichar* *result)
{
NS_NOTYETIMPLEMENTED("nsLDAPChannel::GetName");
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsLDAPChannel::IsPending(PRBool *result)
{