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