summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/ConnectionHandler.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-10-03 20:56:38 +0000
committerAlan Conway <aconway@apache.org>2008-10-03 20:56:38 +0000
commit2f6a1d8f0a4614ff56cac9e5a75c20f2d244c243 (patch)
tree2ec2c2a66b4bd7aa95ec9a18369e25ebdd3585a1 /qpid/cpp/src/qpid/client/ConnectionHandler.h
parentc9c9f7a8065d4ebd755aca207e067dadc1d5d83c (diff)
downloadqpid-python-2f6a1d8f0a4614ff56cac9e5a75c20f2d244c243.tar.gz
Cluster join & brain-dumps working.
cluster: improved join protocol, fixed race conditions. client/ConnectionHandler,ConnectionImpl: fixed connection close race causing client hang. src/qpid/sys/PollableQueue.h: fixed incorrect use of startWatch/stopWatch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@701532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/client/ConnectionHandler.h')
-rw-r--r--qpid/cpp/src/qpid/client/ConnectionHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/client/ConnectionHandler.h b/qpid/cpp/src/qpid/client/ConnectionHandler.h
index ffb612fae8..40be3a5237 100644
--- a/qpid/cpp/src/qpid/client/ConnectionHandler.h
+++ b/qpid/cpp/src/qpid/client/ConnectionHandler.h
@@ -99,6 +99,7 @@ public:
// Note that open and closed aren't related by open = !closed
bool isOpen() const;
bool isClosed() const;
+ bool isClosing() const;
CloseListener onClose;
ErrorListener onError;