| 267 | } // anonymous namespace |
| 268 | |
| 269 | extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master) |
| 270 | { |
| 271 | IPluginManager* pluginManager = master->getPluginManager(); |
| 272 | |
| 273 | module.registerMe(pluginManager); |
| 274 | pluginManager->registerPluginFactory(IPluginManager::TYPE_DB_CRYPT, "fbSampleDbCrypt", &factory); |
| 275 | } |
nothing calls this directly
no test coverage detected