| 1539 | } // anonymous namespace |
| 1540 | |
| 1541 | extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master) |
| 1542 | { |
| 1543 | CachedMasterInterface::set(master); |
| 1544 | PluginManagerInterfacePtr()->registerPluginFactory(IPluginManager::TYPE_PROFILER, "Default_Profiler", &factory); |
| 1545 | getUnloadDetector()->registerMe(); |
| 1546 | } |
nothing calls this directly
no test coverage detected