phonesrv_plat/telephony_network_information_api/inc/NetworkHandlingDomainPSKeys.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    31  */
    31  */
    32 const TUint KNWHomeZoneStatus = 0x00000001;
    32 const TUint KNWHomeZoneStatus = 0x00000001;
    33 
    33 
    34 enum KNWZoneStatus
    34 enum KNWZoneStatus
    35     {
    35     {
    36     ENWNone,
    36 	ENWNone,
    37     ENWCityZone, 
    37 	ENWCityZone, 
    38     ENWHomeZone 
    38 	ENWHomeZone	
    39     };
    39     };
    40 
    40 
    41 /**
    41 /**
    42 * Used to indicate mode of network
    42 * Used to indicate mode of network
    43 *
    43 *