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

Method shutdown

src/remote/client/interface.cpp:1051–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049};
1050
1051void RProvider::shutdown(CheckStatusWrapper* status, unsigned int /*timeout*/, const int /*reason*/)
1052{
1053 status->init();
1054
1055 try
1056 {
1057 outPorts->closePorts();
1058 }
1059 catch (const Exception& ex)
1060 {
1061 ex.stuffException(status);
1062 }
1063}
1064
1065void RProvider::setDbCryptCallback(CheckStatusWrapper* status, ICryptKeyCallback* callback)
1066{

Callers

nothing calls this directly

Calls 3

closePortsMethod · 0.80
initMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected