stif/StifTFwIf/src/UIEngineContainer.cpp
changeset 17 67c6ff54ec25
parent 0 a03f92240627
child 30 86a2e675b80a
equal deleted inserted replaced
15:ccab7f1f8266 17:67c6ff54ec25
   478     {
   478     {
   479     if( iState == EExecuted )
   479     if( iState == EExecuted )
   480         {
   480         {
   481         // Call TestExecuted of CUIEngine interface
   481         // Call TestExecuted of CUIEngine interface
   482         iUIEngine->TestExecuted(this, iRunner->FullResult() );
   482         iUIEngine->TestExecuted(this, iRunner->FullResult() );
   483         iState = EFinished;
       
   484         }
   483         }
   485     }
   484     }
   486     
   485     
   487 /*
   486 /*
   488 -------------------------------------------------------------------------------
   487 -------------------------------------------------------------------------------