uifw/AvKon/tsrc/bc/bctestlauncher/inc/bctestapplication.h
branchRCL_3
changeset 25 941195f2d488
parent 0 2f259fa3e83a
--- a/uifw/AvKon/tsrc/bc/bctestlauncher/inc/bctestapplication.h	Tue May 11 16:27:42 2010 +0300
+++ b/uifw/AvKon/tsrc/bc/bctestlauncher/inc/bctestapplication.h	Tue May 25 12:58:19 2010 +0300
@@ -58,6 +58,11 @@
 	* select the application to run
 	*/
 	void Select(TBool aSelected = ETrue){ iSelected = aSelected; }
+	
+	/**
+	* test whether the application is selected
+	*/
+	TBool IsSelect(){ return iSelected; }
     
 private:
     void StartAutoTest();