stif/inc/TestServerModuleIf.h
changeset 33 0d72cc2a29a3
parent 17 67c6ff54ec25
--- a/stif/inc/TestServerModuleIf.h	Fri Jun 11 15:16:26 2010 +0300
+++ b/stif/inc/TestServerModuleIf.h	Wed Jun 23 19:59:05 2010 +0300
@@ -415,6 +415,11 @@
         */
         TInt CancelCommandRequest();
 
+        /**
+         * Get test case arguments.
+         */
+        const TDesC& GetTestCaseArguments() const;
+
     public: // Functions that are called from test thread
 
         /**
@@ -574,6 +579,8 @@
         TInt iCaseNumber;                        // Case to be executed
         TPtr iConfig;                            // Configuration file name
         HBufC* iConfigNameBuffer;                // HBuffer for configuration file;
+        HBufC* iTestCaseArgs;                    // HBuffer for test case arguments
+		
         RMessage2 iTestExeMessage;               // Test execution message
         TTestState iThreadState;                 // Thread state