mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
move class id into nsMsgImapCID.h
This commit is contained in:
parent
d5509c05d5
commit
a6c26760a7
@ -22,11 +22,6 @@
|
||||
#include "nsIImapIncomingServer.h"
|
||||
#include "nscore.h"
|
||||
|
||||
#define NS_IMAPINCOMINGSERVER_CID \
|
||||
{ /* 8D3675E0-ED46-11d2-8077-006008128C4E */ \
|
||||
0x8d3675e0, 0xed46, 0x11d2, \
|
||||
{0x80, 0x77, 0x0, 0x60, 0x8, 0x12, 0x8c, 0x4e}}
|
||||
|
||||
NS_BEGIN_EXTERN_C
|
||||
|
||||
nsresult NS_NewImapIncomingServer(const nsIID& iid, void **result);
|
||||
|
@ -27,12 +27,6 @@
|
||||
|
||||
#include "nsMessage.h" /* include the interface we are going to support */
|
||||
|
||||
|
||||
// 225310c0-f69e-11d2-8d6d-00805f8a6617
|
||||
#define NS_IMAPMESSAGERESOURCE_CID \
|
||||
{0x225310c0, 0xf69e, 0x11d2, \
|
||||
{0x8d, 0x6d, 0x00, 0x80, 0x5f, 0x8a, 0x66, 0x17}}
|
||||
|
||||
class nsImapMessage : public nsMessage
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user