diff -r a0ea99b6fa53 -r 19bd632b5100 cbsatplugin/atmisccmdplugin/inc/cnumcommandhandler.h --- a/cbsatplugin/atmisccmdplugin/inc/cnumcommandhandler.h Mon May 17 11:06:23 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/inc/cnumcommandhandler.h Fri May 28 17:03:06 2010 +0300 @@ -16,7 +16,7 @@ #ifndef CNUMCOMMANDHANDLER_H #define CNUMCOMMANDHANDLER_H -#include "atmisccmdplugin.h" +#include "atcmdasyncbase.h" /** * This class implements an AO for AT+CPIN command using ATExt plugin framework. @@ -37,15 +37,8 @@ virtual void DoCancel(); // RunError is not required because RunL doesn't leave. - // inherited from CATCmdAsyncBase - /** - * @see CATCmdAsyncBase::HandleCommand - */ + // method from CATCmdAsyncBase::MATCmdBase virtual void HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded ); - /** - * @see CATCmdAsyncBase::HandleCommandCancel - */ - virtual void HandleCommandCancel(); CCNUMCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone, RTelServer& aTelServer);