cbsatplugin/atmisccmdplugin/inc/clckcommandhandler.h
branchRCL_3
changeset 35 95674584745d
parent 16 b23265fb36da
equal deleted inserted replaced
21:53b7818cd282 35:95674584745d
    16 #ifndef CLCKCOMMANDHANDLER_H
    16 #ifndef CLCKCOMMANDHANDLER_H
    17 #define CLCKCOMMANDHANDLER_H
    17 #define CLCKCOMMANDHANDLER_H
    18 
    18 
    19 #include <mmretrieve.h>
    19 #include <mmretrieve.h>
    20 
    20 
    21 #include "atmisccmdplugin.h"
    21 #include "atcmdasyncbase.h"
    22 
    22 
    23 class CSecurityCodeVerifier;
    23 class CSecurityCodeVerifier;
    24 class CSecurityEventHandler;
    24 class CSecurityEventHandler;
    25 class CCBSettingHandler;
    25 class CCBSettingHandler;
    26 
    26 
    82 private: // methods from CActive
    82 private: // methods from CActive
    83     virtual void RunL();
    83     virtual void RunL();
    84     virtual void DoCancel();
    84     virtual void DoCancel();
    85     // RunError not needed as RunL does not leave
    85     // RunError not needed as RunL does not leave
    86 
    86 
    87 private: // methods from CATCmdAsyncBase    
    87 private: // method from CATCmdAsyncBase::MATCmdBase    
    88     virtual void HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded );
    88     virtual void HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded );
    89     virtual void HandleCommandCancel();
    89    
    90     
       
    91 private:
    90 private:
    92     CCLCKCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone);
    91     CCLCKCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone);
    93     void ConstructL();
    92     void ConstructL();
    94     
    93     
    95     TInt ParseCCLCKCommand();
    94     TInt ParseCCLCKCommand();