browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h	Wed Sep 01 12:28:30 2010 +0100
@@ -21,10 +21,11 @@
 #define HTTPCONNHANDLER_H
 
 //  INCLUDES
+#include <platform/mw/browser_platform_variant.hrh>
 #include <e32base.h>
 #include <es_sock.h>
 #include <http.h>
-#include <commdbconnpref.h>
+#include <CommDbConnPref.h>
 
 // CONSTANTS
 //const ?type ?constant_var = ?constant;
@@ -352,6 +353,8 @@
         */
         void ShutDown( TBool aFromDestructor = EFalse );
         
+        void RetryNeeded(TBool aRetry) { iRetryNeeded = aRetry;}
+        
     protected:  // New functions
         
         /**
@@ -402,6 +405,10 @@
         * By default Symbian 2nd phase constructor is private.
         */
         void ConstructL();
+#ifdef BRDO_OCC_ENABLED_FF
+        TBool IsPhoneOfflineL() const;
+        TBool IsRoamingL();
+#endif
 
     public:     // Data
         // ?one_line_short_description_of_data
@@ -428,6 +435,7 @@
     private:    // Data
 
         TBool iNewConnection;
+        TBool iRetryNeeded;
         
         // Reserved pointer for future extension
         //TAny* iReserved;