| 593 | } |
| 594 | |
| 595 | void local_endpoint::register_cleanup_handler(const cleanup_handler_t& _handler) { |
| 596 | std::scoped_lock const lock{mutex_}; |
| 597 | cleanup_handler_ = _handler; |
| 598 | } |
| 599 | |
| 600 | void local_endpoint::print_status() { |
| 601 | VSOMEIP_INFO_P << status(); |
no outgoing calls
no test coverage detected