phonesrv_plat/string_parser_api/inc/CPhoneGsmParserBase.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    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 and IMEI.
    73 * Misc GSM required strings, most notably USSD.
    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 );
       
   109 
   107 
   110 // FORWARD DECLARATIONS
   108 // FORWARD DECLARATIONS
   111 class CPhoneGsmParserResult;
   109 class CPhoneGsmParserResult;
   112 class CPhoneGsmOptionContainerBase;
   110 class CPhoneGsmOptionContainerBase;
   113 
   111