phonesrv_plat/string_parser_api/inc/CPhoneGsmParserBase.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    68 * Phone number
    68 * Phone number
    69 */
    69 */
    70 const TUint32 KPhoneGsmUidDialPhoneNumber = 3;
    70 const TUint32 KPhoneGsmUidDialPhoneNumber = 3;
    71 
    71 
    72 /**
    72 /**
    73 * Misc GSM required strings, most notably USSD.
    73 * Misc GSM required strings, most notably USSD and IMEI.
    74 */
    74 */
    75 const TUint32 KPhoneGsmUidMisc = 4;
    75 const TUint32 KPhoneGsmUidMisc = 4;
    76 
    76 
    77 /**
    77 /**
    78 * Supplementary service, during calls.
    78 * Supplementary service, during calls.
   102 /**
   102 /**
   103 * ALL MISC UIDS:
   103 * ALL MISC UIDS:
   104 */
   104 */
   105 const TUint32 KPhoneUidUnstructuredService = 
   105 const TUint32 KPhoneUidUnstructuredService = 
   106     PHONE_MAKE_UID( KPhoneGsmUidMisc, 0 );
   106     PHONE_MAKE_UID( KPhoneGsmUidMisc, 0 );
       
   107 const TUint32 KPhoneUidIMEI =
       
   108     PHONE_MAKE_UID( KPhoneGsmUidMisc, 1 );
   107 
   109 
   108 // FORWARD DECLARATIONS
   110 // FORWARD DECLARATIONS
   109 class CPhoneGsmParserResult;
   111 class CPhoneGsmParserResult;
   110 class CPhoneGsmOptionContainerBase;
   112 class CPhoneGsmOptionContainerBase;
   111 
   113