| 127 | connection_options container::server_connection_options() const { return impl_->server_connection_options(); } |
| 128 | |
| 129 | void container::sender_options(const class sender_options &o) { impl_->sender_options(o); } |
| 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); } |