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

Method attachServiceManager

src/remote/client/interface.cpp:7088–7103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7086
7087
7088IService* RProvider::attachServiceManager(CheckStatusWrapper* status, const char* service,
7089 unsigned int spbLength, const unsigned char* spb)
7090{
7091/**************************************
7092 *
7093 * g d s _ s e r v i c e _ a t t a c h
7094 *
7095 **************************************
7096 *
7097 * Functional description
7098 * Connect to a Firebird service.
7099 *
7100 **************************************/
7101
7102 return attachSvc(status, service, spbLength, spb, false);
7103}
7104
7105
7106IService* Loopback::attachServiceManager(CheckStatusWrapper* status, const char* service,

Callers 2

SRVR_enum_attachmentsFunction · 0.45
service_attachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected