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

This commit is contained in:
dmose%mozilla.org 2000-08-22 01:05:13 +00:00
parent ddb4786c4a
commit 4cf3c2ccd7

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)
{