From cb65298edd497295d215220397f8fedff7b14aca Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 14 Aug 2007 16:15:26 +0000 Subject: Removed unused types: RequestId, ResponseId, MethodContext. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@565821 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/MockChannel.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'cpp/src/tests/MockChannel.h') diff --git a/cpp/src/tests/MockChannel.h b/cpp/src/tests/MockChannel.h index 908a222614..fb2de98d2a 100644 --- a/cpp/src/tests/MockChannel.h +++ b/cpp/src/tests/MockChannel.h @@ -19,7 +19,6 @@ * */ -#include "qpid/framing/MethodContext.h" #include "qpid/framing/ChannelAdapter.h" #include "qpid/framing/OutputHandler.h" #include "qpid/framing/AMQFrame.h" @@ -58,12 +57,7 @@ struct MockChannel : public qpid::framing::ChannelAdapter boost::shared_ptr b) { send(b); } void handleHeartbeat( boost::shared_ptr b) { send(b); } - void handleMethodInContext( - boost::shared_ptr method, - const qpid::framing::MethodContext& context) - { - context.channel->send(method); - }; + void handleMethod(boost::shared_ptr method) { send(method); }; }; -- cgit v1.2.1