Need to also implement nsIStreamObserver interface.

This commit is contained in:
rjc%netscape.com 2000-03-17 07:40:43 +00:00
Родитель 2a81672ceb
Коммит ad177b72c7
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -548,7 +548,8 @@ InternetSearchDataSource::resolveSearchCategoryEngineURI(nsIRDFResource *engine,
NS_IMPL_ISUPPORTS3(InternetSearchDataSource, nsIInternetSearchService, nsIRDFDataSource, nsIStreamListener);
NS_IMPL_ISUPPORTS4(InternetSearchDataSource, nsIInternetSearchService,
nsIRDFDataSource, nsIStreamListener, nsIStreamObserver);