--- a/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h Mon Mar 15 12:44:50 2010 +0200
+++ b/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h Wed Mar 31 23:16:40 2010 +0300
@@ -353,6 +353,8 @@
*/
void ShutDown( TBool aFromDestructor = EFalse );
+ void RetryNeeded(TBool aRetry) { iRetryNeeded = aRetry;}
+
protected: // New functions
/**
@@ -433,6 +435,7 @@
private: // Data
TBool iNewConnection;
+ TBool iRetryNeeded;
// Reserved pointer for future extension
//TAny* iReserved;