From 3a0eda85d85b3185d3fec6dec6700c6ca1fe3818 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 10 Oct 2006 10:06:36 +0000 Subject: Implementation and tests for basic_qos (i.e. prefetching) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@454677 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/common/framing/inc/AMQContentBody.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/common/framing/inc') diff --git a/cpp/common/framing/inc/AMQContentBody.h b/cpp/common/framing/inc/AMQContentBody.h index 1a6f2cf117..daf7d6cd44 100644 --- a/cpp/common/framing/inc/AMQContentBody.h +++ b/cpp/common/framing/inc/AMQContentBody.h @@ -33,7 +33,7 @@ public: typedef std::tr1::shared_ptr shared_ptr; AMQContentBody(); - AMQContentBody(string& data); + AMQContentBody(const string& data); inline virtual ~AMQContentBody(){} inline u_int8_t type() const { return CONTENT_BODY; }; inline string& getData(){ return data; } -- cgit v1.2.1