summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-01-29 21:47:21 +0000
committerAlan Conway <aconway@apache.org>2009-01-29 21:47:21 +0000
commitbf8fdf91247a290d8355a5532ed47a484f74b066 (patch)
treec203e2a1b596e8c697c5cdd1d9a94b4e8f27ca74 /cpp/src/qpid/cluster/Cluster.cpp
parentcd7e007f8f931f994c829e9853ecfbb469cb20aa (diff)
downloadqpid-python-bf8fdf91247a290d8355a5532ed47a484f74b066.tar.gz
Better error messages for not-attached exceptions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@739031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.cpp')
-rw-r--r--cpp/src/qpid/cluster/Cluster.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp
index d970523534..cccb1fa098 100644
--- a/cpp/src/qpid/cluster/Cluster.cpp
+++ b/cpp/src/qpid/cluster/Cluster.cpp
@@ -65,12 +65,6 @@ using qpid::management::Manageable;
using qpid::management::Args;
namespace _qmf = ::qmf::org::apache::qpid::cluster;
-/**@file
- Threading notes:
- - Public functions may be called in local connection IO threads.
- see .h.
-*/
-
struct ClusterDispatcher : public framing::AMQP_AllOperations::ClusterHandler {
qpid::cluster::Cluster& cluster;
MemberId member;