From 3b80f903b6174b4346d7d7b537d783f628fe28d6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 21 Sep 2007 15:13:52 +0000 Subject: Moved c++ over to using the same preview file for 0-10 work as java. Removed all channel class related code from broker as a result. Did the same for some python tests I missed earlier. Renamed ChannelAdapter to ChannelHandler. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@578167 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SessionHandler.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'cpp/src/qpid/broker/SessionHandler.h') diff --git a/cpp/src/qpid/broker/SessionHandler.h b/cpp/src/qpid/broker/SessionHandler.h index 5962ab77a8..a9c0f69985 100644 --- a/cpp/src/qpid/broker/SessionHandler.h +++ b/cpp/src/qpid/broker/SessionHandler.h @@ -64,25 +64,6 @@ class SessionHandler : public framing::FrameHandler::InOutHandler, void handleOut(framing::AMQFrame&); private: - // FIXME aconway 2007-08-31: Drop channel. - struct ChannelMethods : public framing::AMQP_ServerOperations::ChannelHandler { - SessionHandler& parent; - - ChannelMethods(SessionHandler& p) : parent(p) {} - void open(const std::string& outOfBand); - void flow(bool active); - void flowOk(bool active); - void ok( ); - void ping( ); - void pong( ); - void resume( const std::string& channelId ); - void close(uint16_t replyCode, - const std::string& replyText, - uint16_t classId, uint16_t methodId); - void closeOk(); - }; - friend class ChannelMethods; - /// Session methods void open(uint32_t detachedLifetime); void flow(bool active); @@ -105,8 +86,6 @@ class SessionHandler : public framing::FrameHandler::InOutHandler, framing::AMQP_ClientProxy proxy; shared_ptr session; bool ignoring; - ChannelMethods channelHandler; - bool useChannelClose; // FIXME aconway 2007-09-19: remove with channel. }; }} // namespace qpid::broker -- cgit v1.2.1