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

Function registerRedirector

src/remote/client/interface.cpp:1091–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091void registerRedirector(IPluginManager* iPlugin)
1092{
1093 iPlugin->registerPluginFactory(IPluginManager::TYPE_PROVIDER, "Remote", &remoteFactory);
1094 iPlugin->registerPluginFactory(IPluginManager::TYPE_PROVIDER, "Loopback", &loopbackFactory);
1095
1096 Auth::registerLegacyClient(iPlugin);
1097 Auth::registerSrpClient(iPlugin);
1098#ifdef TRUSTED_AUTH
1099 Auth::registerTrustedClient(iPlugin);
1100#endif
1101
1102 Crypt::registerArc4(iPlugin);
1103}
1104
1105} // namespace Remote
1106

Callers 1

initMethod · 0.85

Calls 5

registerLegacyClientFunction · 0.85
registerSrpClientFunction · 0.85
registerTrustedClientFunction · 0.85
registerArc4Function · 0.85
registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected