| 1053 | } |
| 1054 | |
| 1055 | void setDataObject_c(const char* name, const char* type, void* value) |
| 1056 | { |
| 1057 | currentMockSupport->setDataObject(name, type, value); |
| 1058 | } |
| 1059 | |
| 1060 | void setDataConstObject_c(const char* name, const char* type, const void* value) |
| 1061 | { |
nothing calls this directly
no test coverage detected