| 185 | } |
| 186 | |
| 187 | bool OsirisWrappers::QueryWrapper(uint32_t FunctionId, OsiArgumentDesc * Params) |
| 188 | { |
| 189 | return gOsirisProxy->GetWrappers().QueryOriginal(FunctionId, Params); |
| 190 | } |
| 191 | |
| 192 | void OsirisWrappers::ErrorWrapper(char const * Message) |
| 193 | { |
nothing calls this directly
no outgoing calls
no test coverage detected