diff options
author | Alan Conway <aconway@apache.org> | 2007-01-10 22:44:12 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-10 22:44:12 +0000 |
commit | 804d660fc35571d764f2a7acc87cfe82ac31a95e (patch) | |
tree | 8ad062b1e1eb882d51d5407cb93e85e42469db53 /cpp/lib/common/framing/BodyHandler.h | |
parent | b6b0463b260df363667c08131e5e5b16bb4daa5e (diff) | |
download | qpid-python-804d660fc35571d764f2a7acc87cfe82ac31a95e.tar.gz |
Encoding and decoding of AMQP 0-9 request and response frames.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@495018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/common/framing/BodyHandler.h')
-rw-r--r-- | cpp/lib/common/framing/BodyHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/common/framing/BodyHandler.h b/cpp/lib/common/framing/BodyHandler.h index 3923258d1c..0260a35e88 100644 --- a/cpp/lib/common/framing/BodyHandler.h +++ b/cpp/lib/common/framing/BodyHandler.h @@ -39,7 +39,7 @@ namespace framing { virtual void handleContent(AMQContentBody::shared_ptr body) = 0; virtual void handleHeartbeat(AMQHeartbeatBody::shared_ptr body) = 0; - void handleBody(AMQBody::shared_ptr& body); + void handleBody(const AMQBody::shared_ptr& body); }; class UnknownBodyType{ |