codhandler/codeng/inc/Connection.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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
    31 
    31 
    32 /**
    32 /**
    33 * Connection Active Object.
    33 * Connection Active Object.
   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.