diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-14 16:15:26 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-14 16:15:26 +0000 |
| commit | cb65298edd497295d215220397f8fedff7b14aca (patch) | |
| tree | 9f3a167ef11b0f3bd918507767fbf455d362d79d /cpp/src/qpid/framing/AMQMethodBody.h | |
| parent | b3ddadd9b15088afecf1f9774d2004258b164258 (diff) | |
| download | qpid-python-cb65298edd497295d215220397f8fedff7b14aca.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/framing/AMQMethodBody.h')
| -rw-r--r-- | cpp/src/qpid/framing/AMQMethodBody.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/framing/AMQMethodBody.h b/cpp/src/qpid/framing/AMQMethodBody.h index cbfd438b48..73c5eb78a6 100644 --- a/cpp/src/qpid/framing/AMQMethodBody.h +++ b/cpp/src/qpid/framing/AMQMethodBody.h @@ -26,7 +26,6 @@ #include "AMQBody.h" #include "Buffer.h" #include "qpid/framing/AMQP_ServerOperations.h" -#include "MethodContext.h" namespace qpid { namespace framing { @@ -52,7 +51,7 @@ class AMQMethodBody : public AMQBody virtual MethodId amqpMethodId() const = 0; virtual ClassId amqpClassId() const = 0; - virtual void invoke(AMQP_ServerOperations&, const MethodContext&); + virtual void invoke(AMQP_ServerOperations&); virtual bool invoke(Invocable* target); template <class T> bool isA() { |
