| 402 | } |
| 403 | |
| 404 | void MockSupport::setDataObject(const SimpleString& name, const SimpleString& type, void* value) |
| 405 | { |
| 406 | MockNamedValue* newData = retrieveDataFromStore(name); |
| 407 | newData->setObjectPointer(type, value); |
| 408 | } |
| 409 | |
| 410 | void MockSupport::setDataConstObject(const SimpleString& name, const SimpleString& type, const void* value) |
| 411 | { |