stif/TestCombiner/inc/TestCombiner.h
branchRCL_3
changeset 10 381827f66490
parent 0 a03f92240627
--- a/stif/TestCombiner/inc/TestCombiner.h	Wed Apr 14 17:35:04 2010 +0300
+++ b/stif/TestCombiner/inc/TestCombiner.h	Tue Apr 27 18:14:33 2010 +0300
@@ -655,6 +655,10 @@
         RTimer                      iPauseTimer;
         TName                       iPausedTestCase;
         TInt                        iPauseTime;
+        
+        // Pause combiner timer
+        RTimer                      iPauseCombTimer;
+        TInt                        iPauseCombRemainingTime;
 
         // Temporary line buffer 
         HBufC*                      iLine;