cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h
changeset 32 19bd632b5100
parent 26 b78e66e88238
--- a/cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h	Mon May 17 11:06:23 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h	Fri May 28 17:03:06 2010 +0300
@@ -19,7 +19,7 @@
 #ifndef CBCCOMMANDHANDLER_H
 #define CBCCOMMANDHANDLER_H
 
-#include "atmisccmdplugin.h"
+#include "atcmdasyncbase.h"
 
 /**
  *  AT+CBC command handler implementation class
@@ -35,9 +35,8 @@
     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:
     CCBCCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone);