stif/TestCombiner/inc/TestCombiner.h
changeset 17 67c6ff54ec25
parent 0 a03f92240627
--- a/stif/TestCombiner/inc/TestCombiner.h	Mon May 03 13:58:41 2010 +0300
+++ b/stif/TestCombiner/inc/TestCombiner.h	Fri May 14 17:25:03 2010 +0300
@@ -655,6 +655,10 @@
         RTimer                      iPauseTimer;
         TName                       iPausedTestCase;
         TInt                        iPauseTime;
+        
+        // Pause combiner timer
+        RTimer                      iPauseCombTimer;
+        TInt                        iPauseCombRemainingTime;
 
         // Temporary line buffer 
         HBufC*                      iLine;