MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / registerLegacyServer

Function registerLegacyServer

src/auth/SecurityDatabase/LegacyServer.cpp:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void registerLegacyServer(IPluginManager* iPlugin)
404{
405 iPlugin->registerPluginFactory(IPluginManager::TYPE_AUTH_SERVER,
406 "Legacy_Auth", &factory);
407}
408
409} // namespace Auth
410

Callers 1

FB_PLUGIN_ENTRY_POINTFunction · 0.85

Calls 1

registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected