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

Function registerLegacyClient

src/auth/SecurityDatabase/LegacyClient.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void registerLegacyClient(Firebird::IPluginManager* iPlugin)
62{
63 iPlugin->registerPluginFactory(Firebird::IPluginManager::TYPE_AUTH_CLIENT, "Legacy_Auth", &factory);
64}
65
66} // namespace Auth

Callers 1

registerRedirectorFunction · 0.85

Calls 1

registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected