telutils/phoneparser/src/CPhoneGsmMiscHandler.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/telutils/phoneparser/src/CPhoneGsmMiscHandler.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/telutils/phoneparser/src/CPhoneGsmMiscHandler.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -11,15 +11,15 @@
 *
 * Contributors:
 *
-* Description:  Implementation of handlers for USSD and IMEI.
+* Description:  Implementation of handler for USSD.
 *
 */
 
 
 // INCLUDE FILES
-#include    "CPhoneGsmMiscHandler.h"
-#include    "CPhoneGsmParserBase.h"
-#include    "CPhoneGsmParserResult.h"
+#include    "cphonegsmmischandler.h" 
+#include    "cphonegsmparserbase.h" 
+#include    "cphonegsmparserresult.h" 
 
 // ============================ MEMBER FUNCTIONS ===============================
 
@@ -42,10 +42,6 @@
                 }
             break;
 
-        case KPhoneUidIMEI:
-            ProcessShowIMEIL();
-            break;
-
         default:
             break;
         }