mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
26 lines
533 B
C++
26 lines
533 B
C++
/*
|
|
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsg.idl
|
|
*/
|
|
|
|
#ifndef __gen_nsIMsg_h__
|
|
#define __gen_nsIMsg_h__
|
|
|
|
#include "nsISupports.h" /* interface nsISupports */
|
|
#include "nsID.h" /* interface nsID */
|
|
|
|
#ifdef XPIDL_JS_STUBS
|
|
#include "jsapi.h"
|
|
#endif
|
|
|
|
/* starting interface nsIMsg */
|
|
class nsIMsg : public nsISupports {
|
|
public:
|
|
|
|
#ifdef XPIDL_JS_STUBS
|
|
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);
|
|
static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIMsg *priv);
|
|
#endif
|
|
};
|
|
|
|
#endif /* __gen_nsIMsg_h__ */
|