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

This commit is contained in:
rjc%netscape.com 1999-06-26 02:02:18 +00:00
Родитель f7d68735da
Коммит fd3783d4aa
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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,