cbsatplugin/atmisccmdplugin/src/cnumcommandhandler.cpp
branchRCL_3
changeset 16 95674584745d
parent 12 b23265fb36da
--- a/cbsatplugin/atmisccmdplugin/src/cnumcommandhandler.cpp	Tue May 25 12:53:11 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/src/cnumcommandhandler.cpp	Wed Jun 09 09:52:54 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");