diff -r 53b7818cd282 -r 95674584745d cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h --- a/cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h Tue May 25 12:53:11 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h Wed Jun 09 09:52:54 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);