summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterPlugin.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-01-29 20:29:46 +0000
committerAlan Conway <aconway@apache.org>2008-01-29 20:29:46 +0000
commit5cc7ee2784983f4875d1b8eca2db75b431e91a6f (patch)
tree20f3e1133928e8df352e24b23231002bd4887576 /cpp/src/qpid/cluster/ClusterPlugin.cpp
parentbbd5c6c55f47ec973cbf035271ee8a276cb11217 (diff)
downloadqpid-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/ClusterPlugin.cpp')
-rw-r--r--cpp/src/qpid/cluster/ClusterPlugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp
index 35a07fbc2d..e24c60dc2f 100644
--- a/cpp/src/qpid/cluster/ClusterPlugin.cpp
+++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp
@@ -17,7 +17,6 @@
*/
#include "qpid/broker/Broker.h"
#include "qpid/cluster/Cluster.h"
-#include "qpid/cluster/SessionManager.h"
#include "qpid/Plugin.h"
#include "qpid/Options.h"
#include "qpid/shared_ptr.h"
@@ -43,7 +42,6 @@ struct ClusterPlugin : public Plugin {
ClusterOptions options;
boost::optional<Cluster> cluster;
- boost::optional<SessionManager> sessions;
Options* getOptions() { return &options; }