diff options
| author | Ted Ross <tross@apache.org> | 2009-07-02 18:09:12 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-07-02 18:09:12 +0000 |
| commit | f907a67e437482ab37db092f19962a53a0502819 (patch) | |
| tree | 4b8042c0ee00db6297c8b1d09b2b4556bbf31d0b /cpp/src/qpid/broker/Connection.h | |
| parent | 577c1e9b2e12483223efe95cd83eb0f57e9f3448 (diff) | |
| download | qpid-python-f907a67e437482ab37db092f19962a53a0502819.tar.gz | |
Federation: Propagation of dynamic bindings is now done on the thread servicing the
federation link (connection).
Also, some minor cleanup of unneeded recursive includes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Connection.h')
| -rw-r--r-- | cpp/src/qpid/broker/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.h b/cpp/src/qpid/broker/Connection.h index 540f64a8ed..17bc8f0970 100644 --- a/cpp/src/qpid/broker/Connection.h +++ b/cpp/src/qpid/broker/Connection.h @@ -29,7 +29,6 @@ #include <boost/ptr_container/ptr_map.hpp> -#include "Broker.h" #include "ConnectionHandler.h" #include "ConnectionState.h" #include "SessionHandler.h" @@ -58,6 +57,7 @@ namespace qpid { namespace broker { +class Broker; class LinkRegistry; class SecureConnection; struct ConnectionTimeoutTask; |
