| 124 | } |
| 125 | |
| 126 | void receiver_options::update(const receiver_options& x) { impl_->update(*x.impl_); } |
| 127 | |
| 128 | receiver_options& receiver_options::handler(class messaging_handler &h) { impl_->handler = &h; return *this; } |
| 129 | receiver_options& receiver_options::delivery_mode(proton::delivery_mode m) {impl_->delivery_mode = m; return *this; } |