diff -r c711bdda59f4 -r ac77f89b1d9e web_plat/connection_manager_api/inc/MConnection.h --- a/web_plat/connection_manager_api/inc/MConnection.h Wed Mar 31 23:16:40 2010 +0300 +++ b/web_plat/connection_manager_api/inc/MConnection.h Wed Apr 14 17:06:56 2010 +0300 @@ -49,6 +49,11 @@ EConManStartAgain, }; +enum TSetOCCPreferences + { + EDefault, + ESilient + }; //This class provides a standerd interface for the WML Browser towards any concrete implementation of a connection manager class MConnection { @@ -204,6 +209,12 @@ * @return none. */ virtual void ShowConnectionChangedDlg() = 0; + + /** + * Setting OCC Preferences + * @return none. + */ + virtual void SetOccPreferences( TSetOCCPreferences aOCCPreferences ) = 0; }; #endif \ No newline at end of file