stif/TestEngine/src/TestCaseController.cpp
branchRCL_3
changeset 39 3406c99bc375
parent 32 8f8df8006c40
equal deleted inserted replaced
32:8f8df8006c40 39:3406c99bc375
  2782 */
  2782 */
  2783 void CTestCommandNotifier::Start()
  2783 void CTestCommandNotifier::Start()
  2784     {
  2784     {
  2785     __TRACE(KVerbose, (_L("CTestEventNotifier::StartL")));
  2785     __TRACE(KVerbose, (_L("CTestEventNotifier::StartL")));
  2786 
  2786 
  2787     TInt res = iTestExecution.NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone);
  2787     iTestExecution.NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone);
  2788     SetActive();
  2788     SetActive();
  2789     }
  2789     }
  2790 
  2790 
  2791 /*
  2791 /*
  2792 -------------------------------------------------------------------------------
  2792 -------------------------------------------------------------------------------