diff options
author | Alan Conway <aconway@apache.org> | 2007-08-14 14:29:07 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-14 14:29:07 +0000 |
commit | b3ddadd9b15088afecf1f9774d2004258b164258 (patch) | |
tree | 3318dd9b06101ad7d025ccbc80a5b0127846a681 /cpp/src/qpid/cluster/SessionManager.cpp | |
parent | 0f0e942cab53ac81c5adf6fbd5b7cc3a403161e8 (diff) | |
download | qpid-python-b3ddadd9b15088afecf1f9774d2004258b164258.tar.gz |
Deleted following files that are obsolete for 0-10:
src/qpid/framing/AMQRequestBody.cpp
src/qpid/framing/AMQRequestBody.h
src/qpid/framing/AMQResponseBody.cpp
src/qpid/framing/AMQResponseBody.h
src/qpid/framing/Correlator.cpp
src/qpid/framing/Correlator.h
src/qpid/framing/MethodContext.cpp
src/qpid/framing/Requester.cpp
src/qpid/framing/Requester.h
src/qpid/framing/Responder.cpp
src/qpid/framing/Responder.h
Made changes to support their deletion.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@565770 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/SessionManager.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/SessionManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/SessionManager.cpp b/cpp/src/qpid/cluster/SessionManager.cpp index c9e79b4bbc..715ed7817c 100644 --- a/cpp/src/qpid/cluster/SessionManager.cpp +++ b/cpp/src/qpid/cluster/SessionManager.cpp @@ -67,7 +67,7 @@ using namespace broker; virtual bool isOpen() const{ return true; } virtual void handleMethodInContext(shared_ptr<AMQMethodBody>, const MethodContext&){} // No-op send. - virtual RequestId send(shared_ptr<AMQBody>, Correlator::Action) { return 0; } + virtual RequestId send(shared_ptr<AMQBody>) { return 0; } //delivery adapter methods, also no-ops: virtual DeliveryId deliver(Message::shared_ptr&, DeliveryToken::shared_ptr) { return 0; } |