| 511 | } |
| 512 | |
| 513 | void udp_server_endpoint_impl::leave(const std::string& _address) { |
| 514 | VSOMEIP_INFO_P << instance_name_ << _address; |
| 515 | std::scoped_lock its_lock(sync_); |
| 516 | leave_unlocked(_address); |
| 517 | } |
| 518 | |
| 519 | void udp_server_endpoint_impl::leave_unlocked(const std::string& _address) { |
| 520 | // The caller must hold the lock |
no outgoing calls
no test coverage detected