--- a/web_plat/connection_manager_api/inc/MConnection.h Thu Aug 19 10:58:56 2010 +0300
+++ b/web_plat/connection_manager_api/inc/MConnection.h Tue Aug 31 16:17:46 2010 +0300
@@ -22,6 +22,8 @@
#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
@@ -49,11 +51,6 @@
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
{
@@ -209,12 +206,6 @@
* @return none.
*/
virtual void ShowConnectionChangedDlg() = 0;
-
- /**
- * Setting OCC Preferences
- * @return none.
- */
- virtual void SetOccPreferences( TSetOCCPreferences aOCCPreferences ) = 0;
};
#endif