stif/TestEngine/src/TestCaseController.cpp
changeset 30 86a2e675b80a
parent 26 4fde310f06fe
equal deleted inserted replaced
26:4fde310f06fe 30:86a2e675b80a
  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 -------------------------------------------------------------------------------