browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h
branchRCL_3
changeset 93 79859ed3eea9
parent 62 c711bdda59f4
child 94 919f36ff910f
--- a/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h	Tue Aug 31 16:17:46 2010 +0300
@@ -21,11 +21,10 @@
 #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;
@@ -353,8 +352,6 @@
         */
         void ShutDown( TBool aFromDestructor = EFalse );
         
-        void RetryNeeded(TBool aRetry) { iRetryNeeded = aRetry;}
-        
     protected:  // New functions
         
         /**
@@ -405,10 +402,6 @@
         * 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
@@ -435,7 +428,6 @@
     private:    // Data
 
         TBool iNewConnection;
-        TBool iRetryNeeded;
         
         // Reserved pointer for future extension
         //TAny* iReserved;