diff -r 53b7818cd282 -r 95674584745d cbsatplugin/atmisccmdplugin/inc/cfuncommandhandler.h --- a/cbsatplugin/atmisccmdplugin/inc/cfuncommandhandler.h Tue May 25 12:53:11 2010 +0300 +++ b/cbsatplugin/atmisccmdplugin/inc/cfuncommandhandler.h Wed Jun 09 09:52:54 2010 +0300 @@ -19,7 +19,9 @@ #ifndef CFUNCOMMANDHANDLER_H #define CFUNCOMMANDHANDLER_H -#include "atmisccmdplugin.h" +#include + +#include "atcmdasyncbase.h" const TInt KGeneralProfileId = 0; const TInt KOfflineProfileId = 5; @@ -39,16 +41,15 @@ virtual void RunL(); 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: CCFUNCommandHandler(MATMiscCmdPlugin* aCallback, TAtCommandParser& aATCmdParser, RMobilePhone& aPhone); void ConstructL(); - TInt ActivateProfile(TInt aFunc, TInt aReset); + TInt ActivateProfile(TInt aFunc); TInt SetActiveProfile(TInt aProfileId); TInt RestartDevice(); @@ -56,6 +57,9 @@ RBuf8 iReply; MProfileEngine* iProfileEngine; + RProperty iProperty; + TInt iExpectedState; + TInt iReset; // default 0 - do not reset the MT before setting it to power level }; #endif /* CFUNCOMMANDHANDLER_H */