Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
403
void 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_POINT
Function · 0.85
Calls
1
registerPluginFactory
Method · 0.45
Tested by
no test coverage detected