summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connection.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-08-06 13:55:08 +0000
committerGordon Sim <gsim@apache.org>2007-08-06 13:55:08 +0000
commit16b29b1d085070130fc8cf851a4eb33c2f06adda (patch)
treeeb3cfc886257677740597f82f0def0a39dc40082 /cpp/src/qpid/client/Connection.h
parente69ee09777dad5a4889fa71a77a6610ac827f9bc (diff)
downloadqpid-python-16b29b1d085070130fc8cf851a4eb33c2f06adda.tar.gz
Channel dispatcher needs ti be joined on destruction.
Also minor cleanup: removed redundant method and friend declarations. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@563136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connection.h')
-rw-r--r--cpp/src/qpid/client/Connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h
index 6f58986f25..e2e83c8caf 100644
--- a/cpp/src/qpid/client/Connection.h
+++ b/cpp/src/qpid/client/Connection.h
@@ -59,9 +59,6 @@ class Connection
ConnectionImpl::shared_ptr impl;
bool isOpen;
bool debug;
-
- // TODO aconway 2007-01-26: too many friendships, untagle these classes.
- friend class Channel;
public:
/**