diff -r e1bea15f9a39 -r 79859ed3eea9 browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h --- 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 #include #include #include -#include +#include // 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;