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/broker/MessageHandlerImpl.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/broker/MessageHandlerImpl.h')
| -rw-r--r-- | cpp/src/qpid/broker/MessageHandlerImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/MessageHandlerImpl.h b/cpp/src/qpid/broker/MessageHandlerImpl.h index b7e91795ec..20cae46da4 100644 --- a/cpp/src/qpid/broker/MessageHandlerImpl.h +++ b/cpp/src/qpid/broker/MessageHandlerImpl.h @@ -40,7 +40,7 @@ class MessageHandlerImpl : public: MessageHandlerImpl(CoreRefs& parent); - void append(const framing::MethodContext& context); + void append(const framing::AMQMethodBody& context); void cancel(const std::string& destination ); @@ -82,7 +82,7 @@ class MessageHandlerImpl : void resume(const std::string& reference, const std::string& identifier ); - void transfer(const framing::MethodContext& context); + void transfer(const framing::AMQMethodBody& context); void flow(const std::string& destination, u_int8_t unit, u_int32_t value); |
