From 0db1af31320aa010c8e97da80000f7548d889068 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 23 Jul 2007 12:29:17 +0000 Subject: Added initial 'execution-layer' to try out methods form the 0-10 execution class. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@558700 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/AMQMethodBody.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/qpid/framing/AMQMethodBody.cpp') diff --git a/cpp/src/qpid/framing/AMQMethodBody.cpp b/cpp/src/qpid/framing/AMQMethodBody.cpp index a7df0578c2..04941eaa58 100644 --- a/cpp/src/qpid/framing/AMQMethodBody.cpp +++ b/cpp/src/qpid/framing/AMQMethodBody.cpp @@ -36,6 +36,10 @@ void AMQMethodBody::invoke(AMQP_ServerOperations&, const MethodContext&){ THROW_QPID_ERROR(PROTOCOL_ERROR, "Method not supported by AMQP Server."); } +bool AMQMethodBody::invoke(Invocable*) { + return false; +} + AMQMethodBody::shared_ptr AMQMethodBody::create( AMQP_MethodVersionMap& versionMap, ProtocolVersion version, Buffer& buffer) -- cgit v1.2.1