work around for Bug 17065

for bienvenu
r=mscott
This commit is contained in:
mscott%netscape.com 1999-11-03 07:53:44 +00:00
parent debee8018a
commit b1e4d518d2

View File

@ -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;