Oops, also missed this WindowMediator which needs to have a GetAllCmds() method as well.

git-svn-id: svn://10.0.0.236/trunk@36980 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc%netscape.com 1999-06-26 02:02:18 +00:00
parent f145994df5
commit 3cc4de730a

View File

@ -280,6 +280,8 @@ public:
NS_IMETHOD GetAllCommands(nsIRDFResource* source,
nsIEnumerator** commands);
NS_IMETHOD GetAllCmds(nsIRDFResource* source,
nsISimpleEnumerator** commands);
NS_IMETHOD IsCommandEnabled(nsISupportsArray* aSources,
nsIRDFResource* aCommand,
@ -702,6 +704,13 @@ NS_IMETHODIMP nsWindowMediator::GetAllCommands(nsIRDFResource* source,
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsWindowMediator::GetAllCmds(nsIRDFResource* source,
nsISimpleEnumerator/*<nsIRDFResource>*/** commands)
{
NS_NOTYETIMPLEMENTED("write me!");
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsWindowMediator::IsCommandEnabled(nsISupportsArray/*<nsIRDFResource>*/* aSources,
nsIRDFResource* aCommand,
nsISupportsArray/*<nsIRDFResource>*/* aArguments,