web_plat/connection_manager_api/inc/MConnection.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/web_plat/connection_manager_api/inc/MConnection.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/web_plat/connection_manager_api/inc/MConnection.h	Wed Sep 01 12:28:30 2010 +0100
@@ -22,8 +22,6 @@
 #ifndef M_Connection_H
 #define M_Connection_H
 
-#warning The Connection Manager API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
-
 // INCLUDES
 
 #include <ApEngineConsts.h> // TEMP
@@ -51,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
 	{
@@ -206,6 +209,12 @@
     * @return none.
     */
     virtual void ShowConnectionChangedDlg() = 0;
+    
+    /**
+    * Setting OCC Preferences
+    * @return none.
+    */
+    virtual void SetOccPreferences( TSetOCCPreferences aOCCPreferences ) = 0;
     };
 
 #endif