From 5eb7146253aa7ea7ccdff83d09b04b3121f88be8 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Wed, 28 Jul 2010 18:02:09 +0000 Subject: Added comment on AMQP version independence. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980142 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SemanticState.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src') 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. -- cgit v1.2.1