diff -r efebd1779a59 -r c1e808730d6c mmtestenv/mmtestfw/Source/TestFrameworkClient/TestStep.cpp --- a/mmtestenv/mmtestfw/Source/TestFrameworkClient/TestStep.cpp Fri Apr 16 16:34:49 2010 +0300 +++ b/mmtestenv/mmtestfw/Source/TestFrameworkClient/TestStep.cpp Mon May 03 13:56:28 2010 +0300 @@ -183,7 +183,7 @@ * @xxxx * */ -void RTestStep::SetSuite(CTestSuite* aSuite) +EXPORT_C void RTestStep::SetSuite(CTestSuite* aSuite) { iSuite = aSuite; } @@ -198,7 +198,7 @@ * @xxxx * */ -void RTestStep::SetResult(TVerdict aResult) +EXPORT_C void RTestStep::SetResult(TVerdict aResult) { iTestStepResult = aResult; } @@ -213,7 +213,7 @@ * @xxxx * */ -TPtrC RTestStep::StepName() const +EXPORT_C TPtrC RTestStep::StepName() const { return iTestStepName; } @@ -833,12 +833,12 @@ * @xxxx * */ -TInt RTestStep::StackSize() const +EXPORT_C TInt RTestStep::StackSize() const { return iStackSize; } -TInt RTestStep::HeapSize() const +EXPORT_C TInt RTestStep::HeapSize() const { return iHeapSize; }