browserutilities/feedsengine/FeedsServer/UrlHandler/inc/ServerHttpConnection.h
branchRCL_3
changeset 48 79859ed3eea9
parent 37 ac77f89b1d9e
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    19 #ifndef SERVER_HTTP_CONNECTION_H
    19 #ifndef SERVER_HTTP_CONNECTION_H
    20 #define SERVER_HTTP_CONNECTION_H
    20 #define SERVER_HTTP_CONNECTION_H
    21 
    21 
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 #include "httpconnection.h"
    24 #include "HttpConnection.h"
    25 #include "browser_platform_variant.hrh"
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 
    27 
    28 // MACROS
    28 // MACROS
    29 
    29 
    30 // DATA TYPES
    30 // DATA TYPES
    98         * @since 3.0
    98         * @since 3.0
    99         * @param aAccessPoint The access point.
    99         * @param aAccessPoint The access point.
   100         * @return Void
   100         * @return Void
   101         */
   101         */
   102         void SetAccessPointL( TUint32 aAccessPoint );
   102         void SetAccessPointL( TUint32 aAccessPoint );
   103 #ifdef BRDO_OCC_ENABLED_FF
   103 
   104         TBool IsPhoneOfflineL();
       
   105 #endif
       
   106 
   104 
   107     private:
   105     private:
   108         /**
   106         /**
   109         * C++ default constructor.
   107         * C++ default constructor.
   110         */
   108         */