diff options
author | Alan Conway <aconway@apache.org> | 2007-09-17 20:22:55 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-09-17 20:22:55 +0000 |
commit | 24966bd7fbaff11d8a0f1ad282180154c96a7d2f (patch) | |
tree | 3858d26f5e8d910b4b9806b2cbc1741f713d5a51 /cpp/src/qpid/broker/SemanticHandler.cpp | |
parent | 356c93ebddb342f70cf64361cfc3024af7878c82 (diff) | |
download | qpid-python-24966bd7fbaff11d8a0f1ad282180154c96a7d2f.tar.gz |
Renamed SessionAdapter as SessionHandler.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@576578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SemanticHandler.cpp')
-rw-r--r-- | cpp/src/qpid/broker/SemanticHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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. |