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 | 47c10d524e886a7ba97977c9c8b4de923319297e (patch) | |
| tree | 6e06052d38416e0c73c601e24b7ca06ea2a497cb /qpid/cpp/src | |
| parent | 1c4bca0a5c329599f55e53f762aad25b23915683 (diff) | |
| download | qpid-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.h | 3 |
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. |
