From 6625d0c47f5252af8d64abce773583ec27f28116 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 21 Mar 2007 16:01:45 +0000 Subject: Modifications to allow messages produced by the message class to be persisted as well as those from the basic class. Fix to broker initialisation (ensure queues use the correct store). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520924 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/lib/common/framing/AMQRequestBody.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/lib/common') diff --git a/qpid/cpp/lib/common/framing/AMQRequestBody.h b/qpid/cpp/lib/common/framing/AMQRequestBody.h index e184fff1d6..f21659a57a 100644 --- a/qpid/cpp/lib/common/framing/AMQRequestBody.h +++ b/qpid/cpp/lib/common/framing/AMQRequestBody.h @@ -63,8 +63,8 @@ class AMQRequestBody : public AMQMethodBody void setResponseMark(ResponseId mark) { data.responseMark=mark; } bool isRequest()const { return true; } - protected: static const uint32_t baseSize() { return AMQMethodBody::baseSize()+20; } + protected: void printPrefix(std::ostream& out) const; private: -- cgit v1.2.1