summaryrefslogtreecommitdiff
path: root/cpp/include/qmf/Connection.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-08-21 21:19:22 +0000
committerTed Ross <tross@apache.org>2009-08-21 21:19:22 +0000
commit2ad1a5da3732b280d9b780313969bef4da05f113 (patch)
tree17c318c1d32a51117556196aa2a1b3407053088f /cpp/include/qmf/Connection.h
parent03f4fe803f86ea88f62b685622b110a9785cf8d0 (diff)
downloadqpid-python-2ad1a5da3732b280d9b780313969bef4da05f113.tar.gz
Implemented the new QMF ConnectionSettings and incorporated into the bindings.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qmf/Connection.h')
-rw-r--r--cpp/include/qmf/Connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qmf/Connection.h b/cpp/include/qmf/Connection.h
index b910cdad19..f648b1427f 100644
--- a/cpp/include/qmf/Connection.h
+++ b/cpp/include/qmf/Connection.h
@@ -47,6 +47,8 @@ namespace qmf {
/**
* Called each time the state of the connection changes.
+ *
+ * @param state the new state
*/
virtual void newState(ConnectionState state);