summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid')
-rw-r--r--cpp/src/qpid/broker/SessionAdapter.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.h b/cpp/src/qpid/broker/SessionAdapter.h
index b69f258037..3107801740 100644
--- a/cpp/src/qpid/broker/SessionAdapter.h
+++ b/cpp/src/qpid/broker/SessionAdapter.h
@@ -42,14 +42,15 @@ class Broker;
class Queue;
/**
- * Per-channel protocol adapter.
+ * SessionAdapter translates protocol-specific AMQP commands for one
+ * specific version of AMQP into calls on the core broker objects. It
+ * is a container for a collection of adapters.
*
- * A container for a collection of AMQP-class adapters that translate
- * AMQP method bodies into calls on the core Broker objects. Each
- * adapter class also provides a client proxy to send methods to the
- * peer.
+ * Each adapter class provides a client proxy to send methods to the
+ * peer broker or client.
*
*/
+
class SessionAdapter : public HandlerImpl, public framing::AMQP_ServerOperations
{
public: