| 459 | |
| 460 | |
| 461 | void registerEngine(IPluginManager* iPlugin) |
| 462 | { |
| 463 | UnloadDetectorHelper* module = getUnloadDetector(); |
| 464 | module->setCleanup(shutdownBeforeUnload); |
| 465 | module->setThreadDetach(threadDetach); |
| 466 | |
| 467 | iPlugin->registerPluginFactory(IPluginManager::TYPE_PROVIDER, CURRENT_ENGINE, &engineFactory); |
| 468 | module->registerMe(); |
| 469 | } |
| 470 | |
| 471 | } // namespace Jrd |
| 472 |
no test coverage detected