diff -r 1c75ea0eb44d -r 0d72cc2a29a3 stif/inc/TestServerModuleIf.h --- 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