| 47 | void messaging_handler::on_sendable(sender &) {} |
| 48 | void messaging_handler::on_transport_close(transport &) {} |
| 49 | void messaging_handler::on_transport_error(transport &t) { on_error(t.error()); } |
| 50 | void messaging_handler::on_transport_open(transport &) {} |
| 51 | |
| 52 | void messaging_handler::on_connection_close(connection &) {} |
no test coverage detected