Added support for new service manager

This commit is contained in:
amusil%netscape.com 1999-01-25 10:55:35 +00:00
Родитель 8426275d3c
Коммит 7373ef0eda
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -116,7 +116,7 @@ PRMonitor *getEditorMonitor() //if more than one person asks for the monitor at
we must be good providers of factories ect. this is where to put ALL editor exports
*/
//BEGIN EXPORTS
extern "C" NS_EXPORT nsresult NSGetFactory(const nsCID &aClass, nsIFactory
extern "C" NS_EXPORT nsresult NSGetFactory(const nsCID &aClass, nsISupports* serviceMgr, nsIFactory
**aFactory)
{
if (nsnull == aFactory) {

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

@ -116,7 +116,7 @@ PRMonitor *getEditorMonitor() //if more than one person asks for the monitor at
we must be good providers of factories ect. this is where to put ALL editor exports
*/
//BEGIN EXPORTS
extern "C" NS_EXPORT nsresult NSGetFactory(const nsCID &aClass, nsIFactory
extern "C" NS_EXPORT nsresult NSGetFactory(const nsCID &aClass, nsISupports* serviceMgr, nsIFactory
**aFactory)
{
if (nsnull == aFactory) {