diff -r a0ea99b6fa53 -r 19bd632b5100 cbsatplugin/atmisccmdplugin/inc/clckcommandhandler.h --- a/cbsatplugin/atmisccmdplugin/inc/clckcommandhandler.h Mon May 17 11:06:23 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/inc/clckcommandhandler.h Fri May 28 17:03:06 2010 +0300 @@ -18,7 +18,7 @@ #include -#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();