| 716 | } factory; |
| 717 | |
| 718 | extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master) |
| 719 | { |
| 720 | CachedMasterInterface::set(master); |
| 721 | |
| 722 | PluginManagerInterfacePtr pi; |
| 723 | pi->registerPluginFactory(IPluginManager::TYPE_EXTERNAL_ENGINE, "UDR", &factory); |
| 724 | getUnloadDetector()->registerMe(); |
| 725 | } |
| 726 | |
| 727 | |
| 728 | //------------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected