| 51 | |
| 52 | void messaging_handler::on_connection_close(connection &) {} |
| 53 | void messaging_handler::on_connection_error(connection &c) { on_error(c.error()); } |
| 54 | void messaging_handler::on_connection_open(connection &c) { |
| 55 | if (c.uninitialized()) { |
| 56 | pn_connection_open(unwrap(c)); |
no test coverage detected