cbsatplugin/atmisccmdplugin/inc/cpwdcommandhandler.h
branchRCL_3
changeset 35 95674584745d
parent 16 b23265fb36da
--- a/cbsatplugin/atmisccmdplugin/inc/cpwdcommandhandler.h	Tue May 25 12:53:11 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/cpwdcommandhandler.h	Wed Jun 09 09:52:54 2010 +0300
@@ -19,7 +19,7 @@
 #include <e32base.h>
 #include <etelmm.h>
 
-#include "atmisccmdplugin.h"
+#include "atcmdasyncbase.h"
 
 /**
  *  This class implements an AO for AT+CPWD command using ATExt plugin framework.
@@ -39,14 +39,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();
     
     CCPWDCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone);
     void ConstructL();