This commit is contained in:
mscott%netscape.com 1999-06-22 05:00:12 +00:00
Родитель a5f19ab0bb
Коммит dbb4e2b201
8 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,7 @@
// include files for components this factory creates...
#include "nsImapUrl.h"
#include "nsImapProtocol.h"
#include "nsMsgImapCID.h"
static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID);
static NS_DEFINE_CID(kCImapUrl, NS_IMAPURL_CID);

Просмотреть файл

@ -17,6 +17,7 @@
*/
#include "msgCore.h"
#include "nsMsgImapCID.h"
#include "nsString.h"

Просмотреть файл

@ -17,6 +17,7 @@
*/
#include "msgCore.h"
#include "nsMsgImapCID.h"
#include "nsImapMailFolder.h"
#include "nsImapMoveCoalescer.h"
#include "nsMsgKeySet.h"

Просмотреть файл

@ -21,6 +21,8 @@
#include "msgCore.h" // for pre-compiled headers
#include "nsMsgImapCID.h"
#ifdef XP_PC
#include <windows.h> // for InterlockedIncrement
#endif

Просмотреть файл

@ -17,6 +17,7 @@
*/
#include "msgCore.h" // precompiled header...
#include "nsMsgImapCID.h"
#ifdef XP_PC
#include <windows.h> // for InterlockedIncrement

Просмотреть файл

@ -16,8 +16,11 @@
* Reserved.
*/
#include "msgCore.h" // for precompiled headers
#include "nsMsgImapCID.h"
#include "nsImapUndoTxn.h"
static NS_DEFINE_CID(kCImapService, NS_IMAPSERVICE_CID);
nsImapMoveCopyMsgTxn::nsImapMoveCopyMsgTxn() :

Просмотреть файл

@ -17,6 +17,7 @@
*/
#include "msgCore.h" // precompiled header...
#include "nsMsgImapCID.h"
#ifdef XP_PC
#include <windows.h> // for InterlockedIncrement

Просмотреть файл

@ -56,6 +56,7 @@
#include "nsIEventQueue.h"
#include "nsFileSpec.h"
#include "nsMsgDBCID.h"
#include "nsMsgImapCID.h"
#include "nsMsgDatabase.h"
#include "nsLocalFolderSummarySpec.h"