| 251 | |
| 252 | template<typename Protocol> |
| 253 | void server_endpoint_impl<Protocol>::clear_client_targets() { |
| 254 | std::scoped_lock its_clients_lock{clients_mutex_}; |
| 255 | clients_to_target_.clear(); |
| 256 | } |
| 257 | |
| 258 | template<typename Protocol> |
| 259 | bool server_endpoint_impl<Protocol>::tp_segmentation_enabled(service_instance_t /*service_instance_*/, method_t /*_method*/) const { |