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

Class ConnectAuth

src/remote/server/server.cpp:1932–1944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1930
1931
1932class ConnectAuth : public ServerAuth
1933{
1934public:
1935 ConnectAuth(rem_port* port, ClumpletReader& connect)
1936 : ServerAuth(&connect, connectParam, port, true), useResponse(false)
1937 {
1938 HANDSHAKE_DEBUG(fprintf(stderr, "Srv: ConnectAuth::ConnectAuth()\n"));
1939 }
1940
1941 void accept(PACKET* send, Auth::WriterImplementation* authBlock);
1942
1943 bool useResponse;
1944};
1945
1946
1947static void setErrorStatus(IStatus* status)

Callers 1

accept_connectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected