stifui/qt/inc/istfqtuimodel.h
branchRCL_3
changeset 13 822c625f7adc
parent 9 404ad6c9bc20
child 19 d40e813b23c0
--- a/stifui/qt/inc/istfqtuimodel.h	Tue May 11 16:14:15 2010 +0300
+++ b/stifui/qt/inc/istfqtuimodel.h	Wed Jun 09 09:42:37 2010 +0300
@@ -19,7 +19,6 @@
 #ifndef ISTFQTUIMODEL_H
 #define ISTFQTUIMODEL_H
 
-//#include <TestModuleInfo.h>
 #include "cstfcase.h"
 #include "cstfmodule.h"
 #include <UIStoreIf.h>
@@ -42,6 +41,7 @@
     virtual void AddRunningCase(const CStartedTestCase* startedCase, const CSTFCase& stfCase) = 0;
     virtual void RemoveRunningCase(const CStartedTestCase* startedCase) = 0;
     virtual void AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase) = 0;
+    virtual CSTFCase GetRunningCase(const CStartedTestCase* startedCase) = 0;
     virtual void PauseCase() = 0;
     virtual void ResumeCase() = 0;
     virtual void AbortCase() = 0;