| 109 | static Firebird::SimpleFactory<TraceFactoryImpl> traceFactory; |
| 110 | |
| 111 | void registerTrace(Firebird::IPluginManager* iPlugin) |
| 112 | { |
| 113 | iPlugin->registerPluginFactory(Firebird::IPluginManager::TYPE_TRACE, "fbtrace", &traceFactory); |
| 114 | Firebird::getUnloadDetector()->registerMe(); |
| 115 | } |
| 116 | |
| 117 | |
| 118 | extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(Firebird::IMaster* master) |
no test coverage detected