web_plat/connection_manager_api/inc/MConnection.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    20 
    20 
    21 
    21 
    22 #ifndef M_Connection_H
    22 #ifndef M_Connection_H
    23 #define M_Connection_H
    23 #define M_Connection_H
    24 
    24 
    25 #warning The Connection Manager API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
       
    26 
       
    27 // INCLUDES
    25 // INCLUDES
    28 
    26 
    29 #include <ApEngineConsts.h> // TEMP
    27 #include <ApEngineConsts.h> // TEMP
    30 #include <CmApplicationSettingsUi.h>
    28 #include <CmApplicationSettingsUi.h>
    31 
    29 
    49 	EConManDoNothing,
    47 	EConManDoNothing,
    50 	EConManCloseAndStart,
    48 	EConManCloseAndStart,
    51 	EConManStartAgain,
    49 	EConManStartAgain,
    52 	};
    50 	};
    53 
    51 
       
    52 enum TSetOCCPreferences
       
    53     {
       
    54     EDefault,
       
    55     ESilient
       
    56     };
    54 //This class provides a standerd interface for the WML Browser towards any concrete implementation of a connection manager
    57 //This class provides a standerd interface for the WML Browser towards any concrete implementation of a connection manager
    55 class MConnection
    58 class MConnection
    56 	{
    59 	{
    57 public:
    60 public:
    58 	/**
    61 	/**
   204     /**
   207     /**
   205     * Shows the connection changed dialog.
   208     * Shows the connection changed dialog.
   206     * @return none.
   209     * @return none.
   207     */
   210     */
   208     virtual void ShowConnectionChangedDlg() = 0;
   211     virtual void ShowConnectionChangedDlg() = 0;
       
   212     
       
   213     /**
       
   214     * Setting OCC Preferences
       
   215     * @return none.
       
   216     */
       
   217     virtual void SetOccPreferences( TSetOCCPreferences aOCCPreferences ) = 0;
   209     };
   218     };
   210 
   219 
   211 #endif
   220 #endif