bring NS_InitMsgAppCoreClass back from the dead

This commit is contained in:
alecf%netscape.com 1999-02-26 20:04:39 +00:00
Родитель 2e36ac6ce8
Коммит 739968690e
2 изменённых файлов: 12 добавлений и 0 удалений

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

@ -53,5 +53,9 @@ class nsIDOMMsgAppCore : public nsIDOMBaseAppCore {
static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIDOMMsgAppCore *priv);
#endif
};
extern "C" NS_DOM
NS_InitMsgAppCoreClass(nsIScriptContext *aContext, void **aPrototype, JSObject * aParentProto);
#endif /* __gen_nsIDOMMsgAppCore_h__ */

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

@ -49,3 +49,11 @@ interface nsIDOMMsgAppCore : nsIDOMBaseAppCore {
void OpenURL(in string str);
};
/* hack to make MsgAppCore visible from AppCore */
%{ C++
extern "C" NS_DOM
NS_InitMsgAppCoreClass(nsIScriptContext *aContext, void **aPrototype, JSObject * aParentProto);
%}