ipcm_pub/connection_settings_api/inc/cmgenconnsettings.h
branchRCL_3
changeset 13 68f0c7cd80ec
parent 2 086aae6fc07e
--- a/ipcm_pub/connection_settings_api/inc/cmgenconnsettings.h	Fri Mar 12 15:44:18 2010 +0200
+++ b/ipcm_pub/connection_settings_api/inc/cmgenconnsettings.h	Mon Mar 15 12:42:11 2010 +0200
@@ -44,18 +44,6 @@
     ECmCellularDataUsageDisabled
     };
 
-// DEPRECATED enumeration which will be removed within few weeks.
-// DO NOT USE THESE VALUES.
-// Functionality related to these values is broken although it compiles.
-enum TCmSeamlessnessValue
-        {
-        ECmSeamlessnessNotRoamedTo,   // DO NOT USE
-        ECmSeamlessnessConfirmFirst,  // DO NOT USE
-        ECmSeamlessnessShowprogress,  // DO NOT USE
-        ECmSeamlessnessFullySeamless, // DO NOT USE
-        ECmSeamlessnessDisabled       // DO NOT USE
-        };
-
 // Table for connection settings other than default connection
 struct TCmGenConnSettings
     {
@@ -65,16 +53,6 @@
     TCmCellularDataUsage   iCellularDataUsageHome;
     // Cellular data usage abroad.
     TCmCellularDataUsage   iCellularDataUsageVisitor;
-
-    // DEPRECATED variable that will be removed within few weeks.
-    // DO NOT USE THESE VARIABLES.
-    // Functionality related to this variable is broken although it compiles.
-    TCmSeamlessnessValue   iSeamlessnessHome;
-    // DEPRECATED variable that will be removed within few weeks.
-    // DO NOT USE THESE VARIABLES.
-    // Functionality related to this variable is broken although it compiles.
-    TCmSeamlessnessValue   iSeamlessnessVisitor;
     };
 
 #endif
-