зеркало из https://github.com/mozilla/gecko-dev.git
NS_NewMsgCompose, NS_NewMsgCompFields, NS_NewMsgSend, NS_NewComposeAppCore, NS_NewComposer all now take an interface IID.
This commit is contained in:
Родитель
0acb49aa3a
Коммит
893aefb355
|
@ -1,3 +1,3 @@
|
|||
#include "nsIMsgCompFields.h"
|
||||
|
||||
extern nsresult NS_NewMsgCompFields(nsIMsgCompFields** aInstancePtrResult);
|
||||
extern nsresult NS_NewMsgCompFields(const nsIID &aIID, void ** aInstancePtrResult);
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "nsIMsgCompose.h"
|
||||
|
||||
extern nsresult NS_NewMsgCompose(nsIMsgCompose** aInstancePtrResult);
|
||||
extern nsresult NS_NewMsgCompose(const nsIID &aIID, void ** aInstancePtrResult);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "nsIMsgSend.h"
|
||||
|
||||
extern nsresult NS_NewMsgSend(nsIMsgSend** aInstancePtrResult);
|
||||
extern nsresult NS_NewMsgSend(const nsIID &aIID, void ** aInstancePtrResult);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче