Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }

r=rjc,bienvenu sr=alecf


git-svn-id: svn://10.0.0.236/trunk@235271 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2007-09-06 22:06:36 +00:00
parent 93842c019b
commit 9b72e500dc

View File

@ -1713,16 +1713,6 @@ InternetSearchDataSource::RemoveObserver(nsIRDFObserver *aObserver)
NS_IMETHODIMP
InternetSearchDataSource::GetAllCommands(nsIRDFResource* source,
nsIEnumerator/*<nsIRDFResource>*/** commands)
{
NS_NOTYETIMPLEMENTED("write me!");
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
InternetSearchDataSource::GetAllCmds(nsIRDFResource* source,
nsISimpleEnumerator/*<nsIRDFResource>*/** commands)