phonesrv_plat/string_parser_api/inc/CPhoneGsmParserBase.h
changeset 31 a2467631ae02
parent 0 ff3b6d0fd310
child 44 987c9837762f
--- a/phonesrv_plat/string_parser_api/inc/CPhoneGsmParserBase.h	Fri Jun 11 14:07:16 2010 +0300
+++ b/phonesrv_plat/string_parser_api/inc/CPhoneGsmParserBase.h	Wed Jun 23 18:49:32 2010 +0300
@@ -70,7 +70,7 @@
 const TUint32 KPhoneGsmUidDialPhoneNumber = 3;
 
 /**
-* Misc GSM required strings, most notably USSD and IMEI.
+* Misc GSM required strings, most notably USSD.
 */
 const TUint32 KPhoneGsmUidMisc = 4;
 
@@ -104,8 +104,6 @@
 */
 const TUint32 KPhoneUidUnstructuredService = 
     PHONE_MAKE_UID( KPhoneGsmUidMisc, 0 );
-const TUint32 KPhoneUidIMEI =
-    PHONE_MAKE_UID( KPhoneGsmUidMisc, 1 );
 
 // FORWARD DECLARATIONS
 class CPhoneGsmParserResult;