diff -r b58b1294947a -r 1ea875759131 stif/inc/TestServerModuleIf.h --- a/stif/inc/TestServerModuleIf.h Mon Jun 21 22:45:06 2010 +0100 +++ b/stif/inc/TestServerModuleIf.h Thu Jul 22 16:50:07 2010 +0100 @@ -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