| 59 | |
| 60 | template<typename Protocol> |
| 61 | void endpoint_impl<Protocol>::add_default_target(service_t, const std::string&, uint16_t) { } |
| 62 | |
| 63 | template<typename Protocol> |
| 64 | void endpoint_impl<Protocol>::remove_default_target(service_t) { } |
no outgoing calls
no test coverage detected