| 130 | class sender_options container::sender_options() const { return impl_->sender_options(); } |
| 131 | |
| 132 | void container::receiver_options(const class receiver_options & o) { impl_->receiver_options(o); } |
| 133 | class receiver_options container::receiver_options() const { return impl_->receiver_options(); } |
| 134 | |
| 135 | } // namespace proton |