From 24966bd7fbaff11d8a0f1ad282180154c96a7d2f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 17 Sep 2007 20:22:55 +0000 Subject: Renamed SessionAdapter as SessionHandler. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@576578 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SemanticHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/broker/SemanticHandler.cpp') diff --git a/cpp/src/qpid/broker/SemanticHandler.cpp b/cpp/src/qpid/broker/SemanticHandler.cpp index dab41dd92f..60c6a5cc10 100644 --- a/cpp/src/qpid/broker/SemanticHandler.cpp +++ b/cpp/src/qpid/broker/SemanticHandler.cpp @@ -21,7 +21,7 @@ #include "SemanticHandler.h" #include "Session.h" -#include "SessionAdapter.h" +#include "SessionHandler.h" #include "BrokerAdapter.h" #include "MessageDelivery.h" #include "Connection.h" @@ -187,7 +187,7 @@ void SemanticHandler::redeliver(Message::shared_ptr& msg, DeliveryToken::shared_ void SemanticHandler::send(const AMQBody& body) { Mutex::ScopedLock l(outLock); - // FIXME aconway 2007-08-31: SessionAdapter should not send + // FIXME aconway 2007-08-31: SessionHandler should not send // channel/session commands via the semantic handler, it should shortcut // directly to its own output handler. That will make the CLASS_ID // part of the test unnecessary. -- cgit v1.2.1