web_plat/connection_manager_api/inc/MConnection.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 0 dd21522fd290
child 38 4917f9bf7995
--- 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