| 112 | } |
| 113 | |
| 114 | void sender_options::update(const sender_options& x) { impl_->update(*x.impl_); } |
| 115 | |
| 116 | sender_options& sender_options::handler(class messaging_handler &h) { impl_->handler = &h; return *this; } |
| 117 | sender_options& sender_options::delivery_mode(proton::delivery_mode m) {impl_->delivery_mode = m; return *this; } |
no outgoing calls