diff options
| author | Alan Conway <aconway@apache.org> | 2008-12-02 20:41:49 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-12-02 20:41:49 +0000 |
| commit | 7cdb9a9ab688988e596d9fce116a0998decd0972 (patch) | |
| tree | aef9d6d0bc837b2eb0116e863c8bc89ed8f45021 /cpp/src/qpid/cluster/ClusterPlugin.cpp | |
| parent | 0fa4afae5e690b1cf147ebbe60641b448fcb5c31 (diff) | |
| download | qpid-python-7cdb9a9ab688988e596d9fce116a0998decd0972.tar.gz | |
Cluster: handle CPG flow-control conditions.
PollableQueue: allow dispatch functions to refuse dispatch.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index eaf2631d03..02e6fffb71 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -29,6 +29,7 @@ #include "qpid/log/Statement.h" #include <boost/utility/in_place_factory.hpp> +#include <boost/scoped_ptr.hpp> namespace qpid { namespace cluster { |
