diff -r 77415202bfc8 -r fcbbe021d614 ipcm_pub/connection_settings_api/inc/cmgenconnsettings.h --- a/ipcm_pub/connection_settings_api/inc/cmgenconnsettings.h Tue Feb 02 00:24:11 2010 +0200 +++ b/ipcm_pub/connection_settings_api/inc/cmgenconnsettings.h Fri Apr 16 15:21:37 2010 +0300 @@ -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 -