| 535 | } |
| 536 | |
| 537 | void registerTrustedServer(Firebird::IPluginManager* iPlugin) |
| 538 | { |
| 539 | iPlugin->registerPluginFactory(Firebird::IPluginManager::TYPE_AUTH_SERVER, plugName, &serverFactory); |
| 540 | } |
| 541 | |
| 542 | } // namespace Auth |
| 543 |
no test coverage detected