uiservicetab/vimpstcmdprocess/src/cvimpstcmdcall.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
13:796276a1bdcc 14:9fdee5e1da30
    22 #include "vimpstcmd.hrh"
    22 #include "vimpstcmd.hrh"
    23 #include "mvimpstcmdobserver.h"
    23 #include "mvimpstcmdobserver.h"
    24 #include "cvimpstcmdcall.h"
    24 #include "cvimpstcmdcall.h"
    25 #include "mvimpstprocessarray.h"
    25 #include "mvimpstprocessarray.h"
    26 
    26 
       
    27 #include "uiservicetabtracer.h"
    27 
    28 
    28 #include <aiwdialdataext.h>
    29 #include <aiwdialdataext.h>
    29 #include <aknpopup.h>
    30 #include <aknpopup.h>
    30 #include <aiwcommon.hrh>
    31 #include <aiwcommon.hrh>
    31 #include <aiwservicehandler.h>
    32 #include <aiwservicehandler.h>
    90 // CVIMPSTCmdCall::ExecuteLD
    91 // CVIMPSTCmdCall::ExecuteLD
    91 // --------------------------------------------------------------------------
    92 // --------------------------------------------------------------------------
    92 //
    93 //
    93 void CVIMPSTCmdCall::ExecuteLD()
    94 void CVIMPSTCmdCall::ExecuteLD()
    94     {
    95     {
    95    	// CHAT_DP_FUNC_ENTER("CVIMPSTCallCmd::ExecuteLD");
    96     TRACER_AUTO;
       
    97    	
    96     //push to the cleanupstack
    98     //push to the cleanupstack
    97     CleanupStack::PushL( this );
    99     CleanupStack::PushL( this );
    98 
   100 
    99 	CAiwServiceHandler * aiwServiceHandler = CAiwServiceHandler::NewL();
   101 	CAiwServiceHandler * aiwServiceHandler = CAiwServiceHandler::NewL();
   100 	
   102 	
   140 // CVIMPSTCmdCall::AddObserver
   142 // CVIMPSTCmdCall::AddObserver
   141 // --------------------------------------------------------------------------
   143 // --------------------------------------------------------------------------
   142 //
   144 //
   143 void CVIMPSTCmdCall::AddObserver( MVIMPSTCmdObserver& aObserver )
   145 void CVIMPSTCmdCall::AddObserver( MVIMPSTCmdObserver& aObserver )
   144     {
   146     {
       
   147 	TRACER_AUTO;
   145     // store the observer to notify the command completion
   148     // store the observer to notify the command completion
   146     iObserver = &aObserver;
   149     iObserver = &aObserver;
   147     }
   150     }
   148 
   151 
   149 
   152