diff -r bc06d8566074 -r d5f04de580b7 mmtestenv/mmtestfw/Source/TestFrameworkClient/TestStep.cpp --- a/mmtestenv/mmtestfw/Source/TestFrameworkClient/TestStep.cpp Mon Mar 15 12:46:07 2010 +0200 +++ b/mmtestenv/mmtestfw/Source/TestFrameworkClient/TestStep.cpp Wed Mar 31 23:56:23 2010 +0300 @@ -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; }