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.h | |
| 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.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index 0d99bebdd4..6e91ca8f64 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -58,9 +58,6 @@ class Connection; /** * Connection to the cluster - * - * Threading notes: 3 thread categories: connection, deliver, update. - * */ class Cluster : private Cpg::Handler, public management::Manageable { public: |
