This commit is contained in:
sspitzer%netscape.com 2002-09-16 06:31:47 +00:00
Родитель 7fb6b65f5c
Коммит a49e0ca47b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -285,7 +285,7 @@ nsSubscribeDataSource::GetTargets(nsIRDFResource *source,
*targets = nsnull;
// we only have positive assertions in the file system data source.
// we only have positive assertions in the subscribe data source.
if (!tv) return NS_RDF_NO_VALUE;
nsCOMPtr<nsISubscribableServer> server;
@ -494,9 +494,9 @@ nsSubscribeDataSource::HasAssertion(nsIRDFResource *source,
if (! hasAssertion)
return NS_ERROR_NULL_POINTER;
// we only have positive assertions in the file system data source.
*hasAssertion = PR_FALSE;
// we only have positive assertions in the subscribe data source.
if (!tv) return NS_OK;
if (property == kNC_Child.get()) {