browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpConnHandler.h
branchRCL_3
changeset 58 220a17280356
parent 0 dd21522fd290
child 62 c711bdda59f4
equal deleted inserted replaced
46:ea4b2e4f7cac 58:220a17280356
    19 
    19 
    20 #ifndef HTTPCONNHANDLER_H
    20 #ifndef HTTPCONNHANDLER_H
    21 #define HTTPCONNHANDLER_H
    21 #define HTTPCONNHANDLER_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
       
    24 #include <platform/mw/browser_platform_variant.hrh>
    24 #include <e32base.h>
    25 #include <e32base.h>
    25 #include <es_sock.h>
    26 #include <es_sock.h>
    26 #include <http.h>
    27 #include <http.h>
    27 #include <CommDbConnPref.h>
    28 #include <CommDbConnPref.h>
    28 
    29 
   400 
   401 
   401         /**
   402         /**
   402         * By default Symbian 2nd phase constructor is private.
   403         * By default Symbian 2nd phase constructor is private.
   403         */
   404         */
   404         void ConstructL();
   405         void ConstructL();
       
   406 #ifdef BRDO_OCC_ENABLED_FF
       
   407         TBool IsPhoneOfflineL() const;
       
   408         TBool IsRoamingL();
       
   409 #endif
   405 
   410 
   406     public:     // Data
   411     public:     // Data
   407         // ?one_line_short_description_of_data
   412         // ?one_line_short_description_of_data
   408         //?data_declaration;
   413         //?data_declaration;
   409     
   414