| 87 | void messaging_handler::on_tracker_settle(tracker &) {} |
| 88 | void messaging_handler::on_delivery_settle(delivery &) {} |
| 89 | void messaging_handler::on_sender_drain_start(sender &) {} |
| 90 | void messaging_handler::on_receiver_drain_finish(receiver &) {} |
| 91 | |
| 92 | void messaging_handler::on_error(const error_condition& c) { throw proton::error(c.what()); } |