| 37 | |
| 38 | |
| 39 | OsirisWrappers::OsirisWrappers() |
| 40 | { |
| 41 | using namespace std::placeholders; |
| 42 | RegisterDivFunctions.AddPreHook(std::bind(&OsirisWrappers::RegisterDIVFunctionsPreHook, this, _1, _2)); |
| 43 | } |
| 44 | |
| 45 | void OsirisWrappers::RegisterDIVFunctionsPreHook(void * Osiris, DivFunctions * Functions) |
| 46 | { |
nothing calls this directly
no test coverage detected