This isn't yet used?
| 169 | |
| 170 | // This isn't yet used? |
| 171 | void Module::Unload() |
| 172 | { |
| 173 | if (mLib->IsLoaded()) { |
| 174 | if (mDispatch) |
| 175 | mDispatch(ModuleTerminate); |
| 176 | } |
| 177 | |
| 178 | mLib->Unload(); |
| 179 | } |
| 180 | |
| 181 | int Module::Dispatch(ModuleDispatchTypes type) |
| 182 | { |
no outgoing calls
no test coverage detected