diff -r 837dcc42fd6a -r 91746b151f97 cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h --- a/cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h Thu May 27 13:01:44 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/inc/cbccommandhandler.h Fri Jun 11 13:48:51 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);