mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
29 lines
770 B
C++
29 lines
770 B
C++
/*
|
|
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIPop3IncomingServer.idl
|
|
*/
|
|
|
|
#ifndef __gen_nsIImapIncomingServer_h__
|
|
#define __gen_nsIImapIncomingServer_h__
|
|
|
|
#include "nsISupports.h" /* interface nsISupports */
|
|
#include "nsID.h" /* interface nsID */
|
|
|
|
/* starting interface: nsIImapIncomingServer */
|
|
|
|
/* {3d2e7e38-f9d8-11d2-af8f-001083002da8} */
|
|
#define NS_IIMAPINCOMINGSERVER_IID_STR "3d2e7e38-f9d8-11d2-af8f-001083002da8"
|
|
#define NS_IIMAPINCOMINGSERVER_IID \
|
|
{0x3d2e7e38, 0xf9d8, 0x11d2, \
|
|
{ 0xaf, 0x8f, 0x00, 0x10, 0x83, 0x00, 0x2d, 0xa8 }}
|
|
|
|
class nsIImapIncomingServer : public nsISupports {
|
|
public:
|
|
static const nsIID& GetIID() {
|
|
static nsIID iid = NS_IIMAPINCOMINGSERVER_IID;
|
|
return iid;
|
|
}
|
|
|
|
};
|
|
|
|
#endif /* __gen_nsIPop3IncomingServer_h__ */
|