From bf8fdf91247a290d8355a5532ed47a484f74b066 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 29 Jan 2009 21:47:21 +0000 Subject: 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 --- cpp/src/qpid/cluster/Cluster.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/src/qpid/cluster/Cluster.cpp') 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; -- cgit v1.2.1