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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/framing/AMQMethodBody.h') diff --git a/cpp/src/qpid/framing/AMQMethodBody.h b/cpp/src/qpid/framing/AMQMethodBody.h index 306c26cd27..55cf5cb864 100644 --- a/cpp/src/qpid/framing/AMQMethodBody.h +++ b/cpp/src/qpid/framing/AMQMethodBody.h @@ -52,6 +52,7 @@ class AMQMethodBody : public AMQBody virtual ClassId amqpClassId() const = 0; virtual void invoke(AMQP_ServerOperations&, const MethodContext&); + virtual bool invoke(Invocable* target); template bool isA() { return amqpClassId()==T::CLASS_ID && amqpMethodId()==T::METHOD_ID; -- cgit v1.2.1