diff options
| author | Alan Conway <aconway@apache.org> | 2008-01-29 20:29:46 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-01-29 20:29:46 +0000 |
| commit | 5cc7ee2784983f4875d1b8eca2db75b431e91a6f (patch) | |
| tree | 20f3e1133928e8df352e24b23231002bd4887576 /cpp/src/qpid/cluster/Cluster.h | |
| parent | bbd5c6c55f47ec973cbf035271ee8a276cb11217 (diff) | |
| download | qpid-python-5cc7ee2784983f4875d1b8eca2db75b431e91a6f.tar.gz | |
Re-enabled build of cluster code when openais is installed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index 1c53bcb9a7..5aca3faf44 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -19,9 +19,10 @@ * */ -#include "SessionManager.h" #include "Cpg.h" +#include "qpid/framing/FrameHandler.h" +#include "qpid/broker/Broker.h" #include "qpid/sys/Monitor.h" #include "qpid/sys/Runnable.h" #include "qpid/sys/Thread.h" @@ -119,7 +120,6 @@ class Cluster : public framing::FrameHandler, MemberMap members; sys::Thread dispatcher; boost::function<void()> callback; - SessionManager sessions; friend std::ostream& operator <<(std::ostream&, const Cluster&); friend std::ostream& operator <<(std::ostream&, const MemberMap::value_type&); |
