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

Function registerTrustedClient

src/auth/trusted/AuthSspi.cpp:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530
531
532void registerTrustedClient(Firebird::IPluginManager* iPlugin)
533{
534 iPlugin->registerPluginFactory(Firebird::IPluginManager::TYPE_AUTH_CLIENT, plugName, &clientFactory);
535}
536
537void registerTrustedServer(Firebird::IPluginManager* iPlugin)
538{

Callers 1

registerRedirectorFunction · 0.85

Calls 1

registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected