diff options
author | Alan Conway <aconway@apache.org> | 2008-10-22 13:09:33 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-10-22 13:09:33 +0000 |
commit | 4c0c417d63b96e910925a343d63bde5481ba5698 (patch) | |
tree | 871d4ca75a1b174254237d5902b4b6127f0203fc /cpp/src/qpid/client/ConnectionImpl.cpp | |
parent | 6785c87631086d7c3720e8a1b54228207f68b283 (diff) | |
download | qpid-python-4c0c417d63b96e910925a343d63bde5481ba5698.tar.gz |
QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover code
Also:
Fix missing DispatchHandle.h include in sys/PollableQueue.h
Added ignore properties for failover example binaries & Makefile.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/ConnectionImpl.cpp')
-rw-r--r-- | cpp/src/qpid/client/ConnectionImpl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/ConnectionImpl.cpp b/cpp/src/qpid/client/ConnectionImpl.cpp index 92cf756580..b95f03164e 100644 --- a/cpp/src/qpid/client/ConnectionImpl.cpp +++ b/cpp/src/qpid/client/ConnectionImpl.cpp @@ -151,8 +151,6 @@ void ConnectionImpl::closed(uint16_t code, const std::string& text) { static const std::string CONN_CLOSED("Connection closed by broker"); void ConnectionImpl::shutdown() { - Mutex::ScopedLock l(lock); - if ( failureCallback ) failureCallback(); |