Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage.

This commit is contained in:
waterson@netscape.com
1999-06-24 00:23:52 +00:00
parent e45449cd92
commit 8dc332ef21
6 changed files with 231 additions and 125 deletions

View File

@@ -258,8 +258,6 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService )
// enable window mediation
rv = nsServiceManager::GetService(kWindowMediatorCID, kIWindowMediatorIID,
(nsISupports**) &mWindowMediator);
if ( NS_SUCCEEDED( rv) )
mWindowMediator->Init("rdf:window-mediator");
done:
return rv;
}