From 972d4b29d086c803ffc4bee08c8c8eb0f2e788af Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Sun, 14 Jan 2007 18:30:25 +0000 Subject: * Added Requester/Responder classes to manage request-ids, response-ids, and response-mark. Response batches not yet supported. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496110 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/broker/SessionHandlerImpl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/lib/broker/SessionHandlerImpl.cpp') diff --git a/cpp/lib/broker/SessionHandlerImpl.cpp b/cpp/lib/broker/SessionHandlerImpl.cpp index adf2758eda..7a44d9f872 100644 --- a/cpp/lib/broker/SessionHandlerImpl.cpp +++ b/cpp/lib/broker/SessionHandlerImpl.cpp @@ -224,7 +224,6 @@ void SessionHandlerImpl::ChannelHandlerImpl::open(u_int16_t channel, const strin parent->framemax, parent->queues->getStore(), parent->settings.stagingThreshold); - // FIXME aconway 2007-01-04: provide valid channel Id as per ampq 0-9 parent->client->getChannel().openOk(channel, std::string()/* ID */); } @@ -279,7 +278,7 @@ void SessionHandlerImpl::ExchangeHandlerImpl::unbind( const string& /*routingKey*/, const qpid::framing::FieldTable& /*arguments*/ ) { - assert(0); // FIXME aconway 2007-01-04: 0-9 feature + assert(0); // FIXME aconway 2007-01-04: 0-9 feature } -- cgit v1.2.1