From 1c53b7c30e728860cec324d849c21f9ff5f917b7 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Tue, 22 Aug 2000 01:05:13 +0000 Subject: [PATCH] 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 --- mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp b/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp index e8bdf2aa347..4eeec3264ae 100644 --- a/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp +++ b/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp @@ -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) {