summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/client/Connection.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/include/qpid/client/Connection.h b/cpp/include/qpid/client/Connection.h
index b5026d1135..4d92d4b804 100644
--- a/cpp/include/qpid/client/Connection.h
+++ b/cpp/include/qpid/client/Connection.h
@@ -71,11 +71,15 @@ class Connection
public:
/**
- * Creates a connection object, but does not open the connection.
+ * Creates a Connection object, but does not open the connection.
* @see open()
*/
QPID_CLIENT_EXTERN Connection();
+ /**
+ * Destroys a Connection object but does not close the connection if it
+ * was open. @see close()
+ */
QPID_CLIENT_EXTERN ~Connection();
/**