48 //These have to match to the order of r_data_usage_abroad_setting_page_lbx |
48 //These have to match to the order of r_data_usage_abroad_setting_page_lbx |
49 //resource in gsconnsettingsplugin.rss |
49 //resource in gsconnsettingsplugin.rss |
50 enum { |
50 enum { |
51 EDataUsageAbroadAutomatic = 0, |
51 EDataUsageAbroadAutomatic = 0, |
52 EDataUsageAbroadConfirm = 1, |
52 EDataUsageAbroadConfirm = 1, |
53 EDataUsageAbroadWlanOnly = 2 |
53 EDataUsageAbroadWlanOnly = 2, |
|
54 EDataUsageAbroadDisabled = 3 |
54 }; |
55 }; |
55 |
56 |
56 //Indexes for data usage in home NW values |
57 //Indexes for data usage in home NW values |
57 //These have to match to the order of r_data_usage_home_nw_setting_page_lbx |
58 //These have to match to the order of r_data_usage_home_nw_setting_page_lbx |
58 //resource in gsconnsettingsplugin.rss |
59 //resource in gsconnsettingsplugin.rss |
59 enum { |
60 enum { |
60 EDataUsageHomeNwAutomatic = 0, |
61 EDataUsageHomeNwAutomatic = 0, |
61 EDataUsageHomeNwConfirm = 1, |
62 EDataUsageHomeNwConfirm = 1, |
62 EDataUsageHomeNwWlanOnly = 2 |
63 EDataUsageHomeNwWlanOnly = 2, |
|
64 EDataUsageHomeNwDisabled = 3 |
63 }; |
65 }; |
64 |
66 |
65 #endif // GSCONNECTIVITYSETTINGSPLUGIN_HRH |
67 #endif // GSCONNECTIVITYSETTINGSPLUGIN_HRH |
66 |
68 |
67 //End of File |
69 //End of File |