diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-29 21:47:21 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-29 21:47:21 +0000 |
| commit | bf8fdf91247a290d8355a5532ed47a484f74b066 (patch) | |
| tree | c203e2a1b596e8c697c5cdd1d9a94b4e8f27ca74 /cpp/src/qpid/cluster/Cluster.cpp | |
| parent | cd7e007f8f931f994c829e9853ecfbb469cb20aa (diff) | |
| download | qpid-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.cpp | 6 |
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; |
