From fbdd84fd3320899fa7885f50e90acf039e9ca3cb Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 22 Jan 2007 15:53:15 +0000 Subject: Updated size calculation of request frame. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@498662 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/common/framing/AMQRequestBody.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/lib/common/framing/AMQRequestBody.h b/cpp/lib/common/framing/AMQRequestBody.h index 1a1d3db0e7..390fe77881 100644 --- a/cpp/lib/common/framing/AMQRequestBody.h +++ b/cpp/lib/common/framing/AMQRequestBody.h @@ -63,7 +63,7 @@ class AMQRequestBody : public AMQMethodBody void setResponseMark(ResponseId mark) { data.responseMark=mark; } protected: - static const u_int32_t baseSize() { return AMQMethodBody::baseSize()+16; } + static const u_int32_t baseSize() { return AMQMethodBody::baseSize()+20; } void printPrefix(std::ostream& out) const; private: -- cgit v1.2.1