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.

git-svn-id: svn://10.0.0.236/trunk@36639 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-06-24 00:23:52 +00:00
parent ebf328866d
commit e1cc8fdc5b
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;
}