Interface got renamed as part of bug 119382, rename in implementation too. Bustage fix for WSDL. Not part of the build.

This commit is contained in:
peterv%netscape.com 2002-02-21 14:29:21 +00:00
parent 07d1d8dd39
commit 780d28477e

View File

@ -406,9 +406,9 @@ nsWSDLInterfaceInfo::GetName(char * *aName)
return NS_OK;
}
/* readonly attribute nsIIDPtr IID; */
/* readonly attribute nsIIDPtr InterfaceIID; */
NS_IMETHODIMP
nsWSDLInterfaceInfo::GetIID(nsIID * *aIID)
nsWSDLInterfaceInfo::GetInterfaceIID(nsIID * *aIID)
{
NS_ENSURE_ARG_POINTER(aIID);