diff options
Diffstat (limited to 'cpp/src/qpid/framing/AMQMethodBody.cpp')
-rw-r--r-- | cpp/src/qpid/framing/AMQMethodBody.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) |