From 87d3337eefa96eceeb0247039b0738352ef91130 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 8 Jun 2009 20:23:19 +0000 Subject: Bugfixes in the c++ console API: - Connection threads now shut down cleanly - get-query timeouts now work properly - waitForStable now only waits for connected brokers The ping example was improved. It now more cleanly handles connection loss/reconnect. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@782766 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/console/SessionManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/console/SessionManager.h') diff --git a/cpp/src/qpid/console/SessionManager.h b/cpp/src/qpid/console/SessionManager.h index 4341fe317c..770d4b3d28 100644 --- a/cpp/src/qpid/console/SessionManager.h +++ b/cpp/src/qpid/console/SessionManager.h @@ -52,7 +52,7 @@ class SessionManager public: typedef std::vector NameVector; typedef std::vector KeyVector; - ~SessionManager() {} + ~SessionManager(); struct Settings { bool rcvObjects; -- cgit v1.2.1