| 7086 | |
| 7087 | |
| 7088 | IService* 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 | |
| 7106 | IService* Loopback::attachServiceManager(CheckStatusWrapper* status, const char* service, |
no outgoing calls
no test coverage detected