branch | RCL_3 |
changeset 11 | d5f04de580b7 |
parent 0 | 40261b775718 |
child 12 | b74061f7f3d2 |
8:bc06d8566074 | 11:d5f04de580b7 |
---|---|
831 * are no setter accessors. |
831 * are no setter accessors. |
832 * |
832 * |
833 * @xxxx |
833 * @xxxx |
834 * |
834 * |
835 */ |
835 */ |
836 TInt RTestStep::StackSize() const |
836 EXPORT_C TInt RTestStep::StackSize() const |
837 { |
837 { |
838 return iStackSize; |
838 return iStackSize; |
839 } |
839 } |
840 |
840 |
841 TInt RTestStep::HeapSize() const |
841 EXPORT_C TInt RTestStep::HeapSize() const |
842 { |
842 { |
843 return iHeapSize; |
843 return iHeapSize; |
844 } |
844 } |
845 |
845 |
846 |
846 |