summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/AMQFrame.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-30 16:41:52 +0000
committerAlan Conway <aconway@apache.org>2006-11-30 16:41:52 +0000
commit8f21f5d6cacd35e6fe04a0b4a5567fc4929f997e (patch)
treefde0f63d45f89949ae717baa021cf2049cf424fc /cpp/src/qpid/framing/AMQFrame.h
parent988825d57b828ca355d56329e6553140efc27ab7 (diff)
downloadqpid-python-8f21f5d6cacd35e6fe04a0b4a5567fc4929f997e.tar.gz
Patches from Andrew Stitcher to fix QPID-140, QPID-141.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480994 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/AMQFrame.h')
-rw-r--r--cpp/src/qpid/framing/AMQFrame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/AMQFrame.h b/cpp/src/qpid/framing/AMQFrame.h
index 29ee1250e1..aa6b2249aa 100644
--- a/cpp/src/qpid/framing/AMQFrame.h
+++ b/cpp/src/qpid/framing/AMQFrame.h
@@ -37,10 +37,11 @@ namespace qpid {
class AMQFrame : virtual public AMQDataBlock
{
+ static AMQP_MethodVersionMap versionMap;
+
u_int16_t channel;
u_int8_t type;//used if the body is decoded separately from the 'head'
AMQBody::shared_ptr body;
- AMQP_MethodVersionMap versionMap;
AMQBody::shared_ptr createMethodBody(Buffer& buffer);
public: