diff -r 594d59766373 -r 7d48bed6ce0c telutils/phoneparser/src/CPhoneGsmMiscHandler.cpp --- 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; }