| 72 | |
| 73 | template<typename Protocol> |
| 74 | void server_endpoint_impl<Protocol>::set_established(bool _established) { |
| 75 | (void)_established; |
| 76 | } |
| 77 | |
| 78 | template<typename Protocol> |
| 79 | void server_endpoint_impl<Protocol>::set_connected(bool _connected) { |
no outgoing calls
no test coverage detected