Author: gsim
Date: Mon Jan 22 07:53:15 2007
New Revision: 498662
URL: http://svn.apache.org/viewvc?view=rev&rev=498662
Log:
Updated size calculation of request frame.
Modified:
incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQRequestBody.h
Modified:
incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQRequestBody.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQRequestBody.h?view=diff&rev=498662&r1=498661&r2=498662
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQRequestBody.h
(original)
+++ incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQRequestBody.h
Mon Jan 22 07:53:15 2007
@@ -63,7 +63,7 @@
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: