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

Function registerTrustedServer

src/auth/trusted/AuthSspi.cpp:537–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

WinMainFunction · 0.85

Calls 1

registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected