for bienvenu
r=mscott
This commit is contained in:
mscott%netscape.com 1999-11-03 07:53:44 +00:00
Родитель cb0180ac09
Коммит 04d7d941a5
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -45,6 +45,7 @@
#include "nsILoadGroup.h"
#include "nsCOMPtr.h"
#include "nsIImapIncomingServer.h"
#include "nsXPIDLString.h"
class nsIMAPMessagePartIDArray;
class nsIMsgIncomingServer;
@ -496,6 +497,9 @@ private:
PRBool m_fromHeaderSeen;
// progress stuff
void SetProgressString(PRInt32 stringId);
nsXPIDLString m_progressString;
PRInt32 m_progressStringId;
PRInt32 m_progressIndex;
PRInt32 m_progressCount;