web_plat/connection_manager_api/inc/MConnection.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 0 dd21522fd290
child 38 4917f9bf7995
equal deleted inserted replaced
36:c711bdda59f4 37:ac77f89b1d9e
    47 	EConManDoNothing,
    47 	EConManDoNothing,
    48 	EConManCloseAndStart,
    48 	EConManCloseAndStart,
    49 	EConManStartAgain,
    49 	EConManStartAgain,
    50 	};
    50 	};
    51 
    51 
       
    52 enum TSetOCCPreferences
       
    53     {
       
    54     EDefault,
       
    55     ESilient
       
    56     };
    52 //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
    53 class MConnection
    58 class MConnection
    54 	{
    59 	{
    55 public:
    60 public:
    56 	/**
    61 	/**
   202     /**
   207     /**
   203     * Shows the connection changed dialog.
   208     * Shows the connection changed dialog.
   204     * @return none.
   209     * @return none.
   205     */
   210     */
   206     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;
   207     };
   218     };
   208 
   219 
   209 #endif
   220 #endif