cbsatplugin/atmisccmdplugin/inc/clckcommandhandler.h
branchRCL_3
changeset 35 95674584745d
parent 16 b23265fb36da
--- a/cbsatplugin/atmisccmdplugin/inc/clckcommandhandler.h	Tue May 25 12:53:11 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/clckcommandhandler.h	Wed Jun 09 09:52:54 2010 +0300
@@ -18,7 +18,7 @@
 
 #include <mmretrieve.h>
 
-#include "atmisccmdplugin.h"
+#include "atcmdasyncbase.h"
 
 class CSecurityCodeVerifier;
 class CSecurityEventHandler;
@@ -84,10 +84,9 @@
     virtual void DoCancel();
     // RunError not needed as RunL does not leave
 
-private: // methods from CATCmdAsyncBase    
+private: // method from CATCmdAsyncBase::MATCmdBase    
     virtual void HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded );
-    virtual void HandleCommandCancel();
-    
+   
 private:
     CCLCKCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone);
     void ConstructL();