codhandler/codeng/inc/Connection.h
branchRCL_3
changeset 58 220a17280356
parent 0 dd21522fd290
child 93 79859ed3eea9
equal deleted inserted replaced
46:ea4b2e4f7cac 58:220a17280356
    20 
    20 
    21 #ifndef CONNECTION_H
    21 #ifndef CONNECTION_H
    22 #define CONNECTION_H
    22 #define CONNECTION_H
    23 
    23 
    24 // INCLUDES
    24 // INCLUDES
    25 
    25 #include <platform/mw/browser_platform_variant.hrh>
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <es_sock.h>
    27 #include <es_sock.h>
    28 #include <CommDbConnPref.h>
    28 #include <CommDbConnPref.h>
    29 
    29 
    30 // CLASS DECLARATION
    30 // CLASS DECLARATION
   104 
   104 
   105         /**
   105         /**
   106         * Second phase constructor. Leaves on failure.
   106         * Second phase constructor. Leaves on failure.
   107         */
   107         */
   108         void ConstructL();
   108         void ConstructL();
       
   109         
       
   110 #ifdef BRDO_OCC_ENABLED_FF
       
   111         TBool IsPhoneOfflineL() const;
       
   112         TBool IsRoamingL();
       
   113 #endif
   109 
   114 
   110     private:  // from CActive
   115     private:  // from CActive
   111 
   116 
   112         /**
   117         /**
   113         * Cancel protocol implementation.
   118         * Cancel protocol implementation.