| 67 | } |
| 68 | void messaging_handler::on_receiver_close(receiver &) {} |
| 69 | void messaging_handler::on_receiver_error(receiver &l) { on_error(l.error()); } |
| 70 | void messaging_handler::on_receiver_open(receiver &l) { |
| 71 | if (l.uninitialized()) { |
| 72 | l.open(l.connection().receiver_options()); |
no test coverage detected