From 42bac9eab5cc800807a3fa2d8e6c30d5888b209e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 26 May 2008 21:46:00 +0000 Subject: 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 --- cpp/src/qpid/client/Connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/client/Connection.h') 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 -- cgit v1.2.1