зеркало из https://github.com/mozilla/gecko-dev.git
Added support for new service manager
This commit is contained in:
Родитель
8426275d3c
Коммит
7373ef0eda
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче