Bug 303503 - make CompositeDataSourceImpl::GetAllResources NS_NOTYETIMPLEMENTED message meaningful, r=axel,sr=shaver

This commit is contained in:
bob%bclary.com 2005-09-04 18:21:36 +00:00
parent 030b1bfae0
commit 5953c746f2

View File

@ -1264,7 +1264,7 @@ CompositeDataSourceImpl::ArcLabelsOut(nsIRDFResource* aSource,
NS_IMETHODIMP
CompositeDataSourceImpl::GetAllResources(nsISimpleEnumerator** aResult)
{
NS_NOTYETIMPLEMENTED("write me!");
NS_NOTYETIMPLEMENTED("CompositeDataSourceImpl::GetAllResources");
return NS_ERROR_NOT_IMPLEMENTED;
}