cbsatplugin/atmisccmdplugin/inc/cpincommandhandler.h
changeset 37 91746b151f97
parent 17 f05641c183ff
--- a/cbsatplugin/atmisccmdplugin/inc/cpincommandhandler.h	Thu May 27 13:01:44 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/cpincommandhandler.h	Fri Jun 11 13:48:51 2010 +0300
@@ -16,7 +16,7 @@
 #ifndef CPINCOMMANDHANDLER_H
 #define CPINCOMMANDHANDLER_H
 
-#include "atmisccmdplugin.h"
+#include "atcmdasyncbase.h"
 
 /**
  *  This class implements an AO for AT+CPIN command using ATExt plugin framework.
@@ -36,14 +36,8 @@
     virtual void DoCancel();
     // RunError is not required because RunL doesn't leave.
 
-    /**
-     *  @see CATCmdAsyncBase::HandleCommand
-     */
+    // method from CATCmdAsyncBase::MATCmdBase
     virtual void HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded );
-    /**
-     *  @see CATCmdAsyncBase::HandleCommandCancel
-     */
-    virtual void HandleCommandCancel();
 
     CCPINCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone);
     void ConstructL();