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/LinkRegistry.cpp | |
| 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/LinkRegistry.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/LinkRegistry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/LinkRegistry.cpp b/cpp/src/qpid/broker/LinkRegistry.cpp index 7d4ab7548e..c6e10f0f8c 100644 --- a/cpp/src/qpid/broker/LinkRegistry.cpp +++ b/cpp/src/qpid/broker/LinkRegistry.cpp @@ -19,6 +19,7 @@ * */ #include "LinkRegistry.h" +#include "Link.h" #include "Connection.h" #include "qpid/log/Statement.h" #include <iostream> |
