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

Class ServiceAttachAuth

src/remote/server/server.cpp:856–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854
855
856class ServiceAttachAuth : public ServerAuth
857{
858public:
859 ServiceAttachAuth(rem_port* port, const PathName& pmanagerName, ClumpletWriter* spb)
860 : ServerAuth(spb, spbParam, port),
861 managerName(getPool(), pmanagerName),
862 pb(spb)
863 { }
864
865 void accept(PACKET* send, Auth::WriterImplementation* authBlock);
866
867private:
868 PathName managerName;
869 AutoPtr<ClumpletWriter> pb;
870};
871
872
873#ifdef WIN_NT

Callers 1

attach_serviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected