gecko-dev/extensions/xml-rpc
dougt%netscape.com 849d297364 nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
..
idl bring the xml-rpc code up to date with current APIs (bug 109960) 2001-11-30 08:04:25 +00:00
macbuild Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
src nsIComponentManager API Changes (bug 98553) 2001-12-19 00:12:41 +00:00
test bring the xml-rpc code up to date with current APIs (bug 109960) 2001-11-30 08:04:25 +00:00
.cvsignore local .cvsignore file 2000-05-07 17:19:20 +00:00
Makefile.in
makefile.win