diff options
Diffstat (limited to 'cpp/lib/broker/BrokerAdapter.h')
| -rw-r--r-- | cpp/lib/broker/BrokerAdapter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/lib/broker/BrokerAdapter.h b/cpp/lib/broker/BrokerAdapter.h index 37eba7d52b..339a7f6b48 100644 --- a/cpp/lib/broker/BrokerAdapter.h +++ b/cpp/lib/broker/BrokerAdapter.h @@ -52,6 +52,8 @@ class BrokerAdapter : public qpid::framing::ChannelAdapter void handleContent(boost::shared_ptr<qpid::framing::AMQContentBody>); void handleHeartbeat(boost::shared_ptr<qpid::framing::AMQHeartbeatBody>); + bool isOpen() const; + private: void handleMethodInContext( boost::shared_ptr<qpid::framing::AMQMethodBody> method, |
