| 213 | } |
| 214 | |
| 215 | bool connection::reconnected() const { |
| 216 | connection_context& cc = connection_context::get(pn_object()); |
| 217 | reconnect_context* rc = cc.reconnect_context_.get(); |
| 218 | return (rc && rc->reconnected_); |
| 219 | } |
| 220 | |
| 221 | void connection::update_options(const connection_options& options) { |
| 222 | connection_context& cc = connection_context::get(pn_object()); |