| 408 | } |
| 409 | |
| 410 | void MockSupport::setDataConstObject(const SimpleString& name, const SimpleString& type, const void* value) |
| 411 | { |
| 412 | MockNamedValue* newData = retrieveDataFromStore(name); |
| 413 | newData->setConstObjectPointer(type, value); |
| 414 | } |
| 415 | |
| 416 | MockNamedValue MockSupport::getData(const SimpleString& name) |
| 417 | { |