diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-07-28 18:02:09 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-07-28 18:02:09 +0000 |
commit | 5eb7146253aa7ea7ccdff83d09b04b3121f88be8 (patch) | |
tree | 2a3beda89948cff20c9c79e405b9d07f08870d91 | |
parent | fe20bf83d9e4af8fa9fa39c4acb79ba74ff09a29 (diff) | |
download | qpid-python-5eb7146253aa7ea7ccdff83d09b04b3121f88be8.tar.gz |
Added comment on AMQP version independence.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980142 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/qpid/broker/SemanticState.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SemanticState.h b/cpp/src/qpid/broker/SemanticState.h index 4a2adde415..bfdc11dc76 100644 --- a/cpp/src/qpid/broker/SemanticState.h +++ b/cpp/src/qpid/broker/SemanticState.h @@ -59,7 +59,8 @@ class SessionContext; * is also in SemanticState.cpp * * SemanticState holds the AMQP Execution and Model state of an open - * session, whether attached to a channel or suspended. + * session, whether attached to a channel or suspended. It is not + * dependent on any specific AMQP version. * * Message delivery is driven by ConsumerImpl::doOutput(), which is * called when a client's socket is ready to write data. |