stif/TestEngine/src/TestCaseController.cpp
changeset 34 7259cf1302ad
parent 33 0d72cc2a29a3
equal deleted inserted replaced
33:0d72cc2a29a3 34:7259cf1302ad
  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 -------------------------------------------------------------------------------