summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterMap.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-17 18:09:01 +0000
committerAlan Conway <aconway@apache.org>2009-11-17 18:09:01 +0000
commitef7728a725272b88c3cd2f81f81ee60ed00cde90 (patch)
tree5083904bb1324c93cf399c6c8b04ee4f0cb03549 /cpp/src/qpid/cluster/ClusterMap.h
parent74c1740d54360bb4b091b5486c69f0f945d27abd (diff)
downloadqpid-python-ef7728a725272b88c3cd2f81f81ee60ed00cde90.tar.gz
cluster::InitialStatusMap and unit tests, support for improved cluster join protocol.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterMap.h')
-rw-r--r--cpp/src/qpid/cluster/ClusterMap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/ClusterMap.h b/cpp/src/qpid/cluster/ClusterMap.h
index 5735a6335d..2e682a6f4a 100644
--- a/cpp/src/qpid/cluster/ClusterMap.h
+++ b/cpp/src/qpid/cluster/ClusterMap.h
@@ -33,14 +33,11 @@
#include <vector>
#include <deque>
#include <map>
-#include <set>
#include <iosfwd>
namespace qpid {
namespace cluster {
-typedef std::set<MemberId> MemberSet;
-
/**
* Map of established cluster members and joiners waiting for an update,
* along with other cluster state that must be updated.