diff options
Diffstat (limited to 'cpp/src/qpid/broker/Connection.h')
-rw-r--r-- | cpp/src/qpid/broker/Connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.h b/cpp/src/qpid/broker/Connection.h index 350ed2c07f..acd9f94d9b 100644 --- a/cpp/src/qpid/broker/Connection.h +++ b/cpp/src/qpid/broker/Connection.h @@ -57,6 +57,7 @@ namespace qpid { namespace broker { class LinkRegistry; +class SecureConnection; class Connection : public sys::ConnectionInputHandler, public ConnectionState, @@ -105,7 +106,7 @@ class Connection : public sys::ConnectionInputHandler, } void sendClose(); - + void setSecureConnection(SecureConnection* secured); private: typedef boost::ptr_map<framing::ChannelId, SessionHandler> ChannelMap; typedef std::vector<Queue::shared_ptr>::iterator queue_iterator; |