include the CID file because CIDs are going away from interfaces

This commit is contained in:
alecf%netscape.com 1999-05-27 04:47:13 +00:00
parent f49d72587d
commit b8694b9485
3 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,8 @@
#include "nsIPop3IncomingServer.h" #include "nsIPop3IncomingServer.h"
#include "nsIPop3Service.h" #include "nsIPop3Service.h"
#include "nsIMsgIncomingServer.h" #include "nsIMsgIncomingServer.h"
#include "nsMsgBaseCID.h"
#include "nsMsgLocalCID.h"
#include "nsString2.h" #include "nsString2.h"
#include "nsLocalFolderSummarySpec.h" #include "nsLocalFolderSummarySpec.h"

View File

@ -26,6 +26,7 @@
#include "nsIMsgMailSession.h" #include "nsIMsgMailSession.h"
#include "nsIMsgIncomingServer.h" #include "nsIMsgIncomingServer.h"
#include "nsIPop3IncomingServer.h" #include "nsIPop3IncomingServer.h"
#include "nsMsgBaseCID.h"
static NS_DEFINE_CID(kMsgMailSessionCID, NS_MSGMAILSESSION_CID); static NS_DEFINE_CID(kMsgMailSessionCID, NS_MSGMAILSESSION_CID);

View File

@ -48,6 +48,7 @@ static NS_DEFINE_CID(kCMailDB, NS_MAILDB_CID);
// then grab it and use it on the other side // then grab it and use it on the other side
#include "nsIMsgMailSession.h" #include "nsIMsgMailSession.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsMsgBaseCID.h"
static NS_DEFINE_CID(kMsgMailSessionCID, NS_MSGMAILSESSION_CID); static NS_DEFINE_CID(kMsgMailSessionCID, NS_MSGMAILSESSION_CID);