mmtestenv/mmtestfw/Source/TestFrameworkClient/TestStep.cpp
branchRCL_3
changeset 11 d5f04de580b7
parent 0 40261b775718
child 12 b74061f7f3d2
--- 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;
 }