summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/console/SessionManager.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-06-08 20:23:19 +0000
committerTed Ross <tross@apache.org>2009-06-08 20:23:19 +0000
commit87d3337eefa96eceeb0247039b0738352ef91130 (patch)
tree6fce254c404993e0f2d651b58830f31b238907b7 /cpp/src/qpid/console/SessionManager.h
parent5fe7eb38df0c0e205e9663ac6056aeef2ac0bc8b (diff)
downloadqpid-python-87d3337eefa96eceeb0247039b0738352ef91130.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/console/SessionManager.h')
-rw-r--r--cpp/src/qpid/console/SessionManager.h2
1 files changed, 1 insertions, 1 deletions
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<std::string> NameVector;
typedef std::vector<ClassKey> KeyVector;
- ~SessionManager() {}
+ ~SessionManager();
struct Settings {
bool rcvObjects;