From 5cc7ee2784983f4875d1b8eca2db75b431e91a6f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 29 Jan 2008 20:29:46 +0000 Subject: 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 --- cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp') 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; - boost::optional sessions; Options* getOptions() { return &options; } -- cgit v1.2.1