dbcreator/commsdatcreator/Inc/cdcprocessorglobal.h
changeset 2 086aae6fc07e
parent 0 5a93021fdf25
child 20 9c97ad6591ae
child 57 05bc53fe583b
equal deleted inserted replaced
1:40cb640ef159 2:086aae6fc07e
   140         * @param aPtrTag string containing the parameter's value.
   140         * @param aPtrTag string containing the parameter's value.
   141         */
   141         */
   142         void SetGenConnSettingWlanUsage( HBufC16* aPtrTag );
   142         void SetGenConnSettingWlanUsage( HBufC16* aPtrTag );
   143 
   143 
   144         /**
   144         /**
   145         * Sets the "Seamlessness (cellular data usage) in home networks"
   145         * Sets the "cellular data usage in home networks"
   146         * parameter in general connection settings.
   146         * parameter in general connection settings.
   147         * @param aPtrTag string containing the parameter's value.
   147         * @param aPtrTag string containing the parameter's value.
   148         */
   148         */
   149         void SetGenConnSettingSeamlessnessHome( HBufC16* aPtrTag );
   149         void SetGenConnSettingCellularDataUsageHome( HBufC16* aPtrTag );
   150 
   150 
   151         /**
   151         /**
   152         * Sets the "Seamlessness (cellular data usage) in visitor networks"
   152         * Sets the "cellular data usage in visitor networks"
   153         * parameter in general connection settings.
   153         * parameter in general connection settings.
   154         * @param aPtrTag string containing the parameter's value.
   154         * @param aPtrTag string containing the parameter's value.
   155         */
   155         */
   156         void SetGenConnSettingSeamlessnessVisitor( HBufC16* aPtrTag );
   156         void SetGenConnSettingCellularDataUsageVisitor( HBufC16* aPtrTag );
   157 
   157 
   158         // Stores the general connection settings, using CMM
   158         // Stores the general connection settings, using CMM
   159         void SetGenConnSettingsL();
   159         void SetGenConnSettingsL();
   160         
   160         
   161         // Stores the default connection's values, using CMM
   161         // Stores the default connection's values, using CMM