summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Connection.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-26 21:46:00 +0000
committerAlan Conway <aconway@apache.org>2008-05-26 21:46:00 +0000
commit42bac9eab5cc800807a3fa2d8e6c30d5888b209e (patch)
tree891845ca754e823c683ff8a888bf1fef66c2ff93 /cpp/src/qpid/client/Connection.h
parentaaa31ef665147973b3367110db9c0810fb144d9e (diff)
downloadqpid-python-42bac9eab5cc800807a3fa2d8e6c30d5888b209e.tar.gz
Fixed intermittent leak of client::Connector thread.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Connection.h')
-rw-r--r--cpp/src/qpid/client/Connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h
index 5337a20bfa..eb63802161 100644
--- a/cpp/src/qpid/client/Connection.h
+++ b/cpp/src/qpid/client/Connection.h
@@ -121,6 +121,8 @@ class Connection
* on a different connection to the one that created it.
*/
void resume(Session& session);
+
+ bool isOpen() const;
};
}} // namespace qpid::client