diff -r a0ea99b6fa53 -r 19bd632b5100 cbsatplugin/atmisccmdplugin/src/cnumcommandhandler.cpp --- a/cbsatplugin/atmisccmdplugin/src/cnumcommandhandler.cpp Mon May 17 11:06:23 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/src/cnumcommandhandler.cpp Fri May 28 17:03:06 2010 +0300 @@ -126,13 +126,6 @@ TRACE_FUNC_EXIT } -void CCNUMCommandHandler::HandleCommandCancel() - { - TRACE_FUNC_ENTRY - Cancel(); - TRACE_FUNC_EXIT - } - void CCNUMCommandHandler::RunL() { TRACE_FUNC_ENTRY @@ -162,7 +155,7 @@ { ASSERT(iPendingEvent == EMobilePhoneStoreRead); // step 5 append a phone number entry to the reply buffer - if(iOwnNumberEntry.iNumber.iTelNumber.Compare(KNullDesC) != 0) + if(iOwnNumberEntry.iNumber.iTelNumber.Length() != 0) { // 129 is the type of address octet in interger format _LIT8(KATNumReply, "\r\n+CNUM: ,\"%S\",129");