summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-07-28 18:02:09 +0000
committerJonathan Robie <jonathan@apache.org>2010-07-28 18:02:09 +0000
commit47c10d524e886a7ba97977c9c8b4de923319297e (patch)
tree6e06052d38416e0c73c601e24b7ca06ea2a497cb /qpid/cpp/src
parent1c4bca0a5c329599f55e53f762aad25b23915683 (diff)
downloadqpid-python-47c10d524e886a7ba97977c9c8b4de923319297e.tar.gz
Added comment on AMQP version independence.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/SemanticState.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SemanticState.h b/qpid/cpp/src/qpid/broker/SemanticState.h
index 4a2adde415..bfdc11dc76 100644
--- a/qpid/cpp/src/qpid/broker/SemanticState.h
+++ b/qpid/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.