| 412 | #ifdef PLUG_MODULE |
| 413 | |
| 414 | extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master) |
| 415 | { |
| 416 | CachedMasterInterface::set(master); |
| 417 | |
| 418 | getUnloadDetector()->setCleanup(Auth::SecurityDatabase::cleanup); |
| 419 | Auth::registerLegacyServer(PluginManagerInterfacePtr()); |
| 420 | getUnloadDetector()->registerMe(); |
| 421 | } |
| 422 | |
| 423 | #endif // PLUG_MODULE |
nothing calls this directly
no test coverage detected