ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h
changeset 53 4af712113915
parent 2 086aae6fc07e
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
    19 #define CMMANAGERKEYS_H
    19 #define CMMANAGERKEYS_H
    20 
    20 
    21 /**
    21 /**
    22  * UID of CmManager repository
    22  * UID of CmManager repository
    23  *
    23  *
    24  * @since S60 5.1
    24  * @since S60 5.2
    25  */
    25  */
    26 const TUid KCRUidCmManager = {0x10207376}; 
    26 const TUid KCRUidCmManager = {0x10207376}; 
    27 
    27 
    28 /**
    28 /**
    29  * Cellular data usage setting in current network.
    29  * Cellular data usage setting in current network.
    31  * This means that the client does not need to take into account 
    31  * This means that the client does not need to take into account 
    32  * whether the device is in the home country or in a foreign country 
    32  * whether the device is in the home country or in a foreign country 
    33  * but the value is provided for the country the device is at the moment.
    33  * but the value is provided for the country the device is at the moment.
    34  * See TCmCellularDataUsage in cmgenconnsettings.h for more info.
    34  * See TCmCellularDataUsage in cmgenconnsettings.h for more info.
    35  *
    35  *
    36  * @since S60 5.1
    36  * @since S60 5.2
    37  */
    37  */
    38 const TUint32 KCurrentCellularDataUsage  = 0x00000001;
    38 const TUint32 KCurrentCellularDataUsage  = 0x00000001;
       
    39 
       
    40 /**
       
    41  * Dial-up override setting.
       
    42  *
       
    43  * When this key is enabled dial-up connection overrides all
       
    44  * internal cellular connections. Internal cellular connections 
       
    45  * are automatically disconnected when dial-up connection starts.
       
    46  *
       
    47  * @since S60 5.2
       
    48  */
       
    49 const TUint32 KDialUpOverride  = 0x00000002;
    39     
    50     
    40 #endif // CMMANAGERKEYS_H
    51 #endif // CMMANAGERKEYS_H