detachRemoteServiceManager @brief Close service manager @param status @param handle **/
| 551 | |
| 552 | **/ |
| 553 | void detachRemoteServiceManager(ISC_STATUS* status, isc_svc_handle handle) |
| 554 | { |
| 555 | isc_service_detach(status, &handle); |
| 556 | } |
| 557 | |
| 558 | |
| 559 | // all this spb-parsing functions should be gone |
no outgoing calls
no test coverage detected