| 231 | } |
| 232 | |
| 233 | void MockSupport::tracing(bool enabled) |
| 234 | { |
| 235 | tracing_ = enabled; |
| 236 | |
| 237 | for (MockNamedValueListNode* p = data_.begin(); p; p = p->next()) |
| 238 | if (getMockSupport(p)) getMockSupport(p)->tracing(enabled); |
| 239 | } |
| 240 | |
| 241 | const char* MockSupport::getTraceOutput() |
| 242 | { |