ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h
changeset 53 4af712113915
parent 2 086aae6fc07e
--- a/ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h	Tue Jul 06 14:42:41 2010 +0300
+++ b/ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h	Wed Aug 18 10:10:23 2010 +0300
@@ -21,7 +21,7 @@
 /**
  * UID of CmManager repository
  *
- * @since S60 5.1
+ * @since S60 5.2
  */
 const TUid KCRUidCmManager = {0x10207376}; 
 
@@ -33,8 +33,19 @@
  * but the value is provided for the country the device is at the moment.
  * See TCmCellularDataUsage in cmgenconnsettings.h for more info.
  *
- * @since S60 5.1
+ * @since S60 5.2
  */
 const TUint32 KCurrentCellularDataUsage  = 0x00000001;
+
+/**
+ * Dial-up override setting.
+ *
+ * When this key is enabled dial-up connection overrides all
+ * internal cellular connections. Internal cellular connections 
+ * are automatically disconnected when dial-up connection starts.
+ *
+ * @since S60 5.2
+ */
+const TUint32 KDialUpOverride  = 0x00000002;
     
 #endif // CMMANAGERKEYS_H