mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
new feature work
This commit is contained in:
parent
c41ee84f6a
commit
804622c1e9
@ -20,8 +20,7 @@
|
||||
|
||||
#include "nsISupports.h" /* interface nsISupports */
|
||||
#include "nsIMsgIdentity.h" /* interface nsIMsgCompFields */
|
||||
#include "nsID.h" /* interface nsID */
|
||||
#include "rosetta.h"
|
||||
#include "nsMsgComposeBE.h"
|
||||
|
||||
#ifdef XPIDL_JS_STUBS
|
||||
#include "jsapi.h"
|
||||
@ -39,7 +38,8 @@ class nsIMsgSendLater : public nsISupports {
|
||||
public:
|
||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IMSGSENDLATER_IID)
|
||||
|
||||
NS_IMETHOD SendUnsentMessages(nsIMsgIdentity *identity) = 0;
|
||||
NS_IMETHOD SendUnsentMessages(nsIMsgIdentity *identity, nsMsgSendUnsentMessagesCallback msgCallback,
|
||||
void *tagData) = 0;
|
||||
|
||||
#ifdef XPIDL_JS_STUBS
|
||||
static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx);
|
||||
|
Loading…
Reference in New Issue
Block a user