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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user