summaryrefslogtreecommitdiff
path: root/cpp/lib/common
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-01-09 18:48:57 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-01-09 18:48:57 +0000
commit894b6d2bb95aa279a5dc54a975cea0bc15529c46 (patch)
tree56cdccbb31248d3ae95ed683785b5b53789e13e1 /cpp/lib/common
parent09e50608a0db021570db41194abc56b49fb2562d (diff)
downloadqpid-python-894b6d2bb95aa279a5dc54a975cea0bc15529c46.tar.gz
merged in code form Andrew, to clean up version map construction.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/common')
-rw-r--r--cpp/lib/common/framing/AMQFrame.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/lib/common/framing/AMQFrame.cpp b/cpp/lib/common/framing/AMQFrame.cpp
index 05900eeff2..5eb76a87ee 100644
--- a/cpp/lib/common/framing/AMQFrame.cpp
+++ b/cpp/lib/common/framing/AMQFrame.cpp
@@ -24,9 +24,7 @@
using namespace qpid::framing;
-// This only works as a static as the version is currently fixed to 8.0
-// TODO: When the class is version-aware this will need to change
-AMQP_MethodVersionMap AMQFrame::versionMap(0,9);
+AMQP_MethodVersionMap AMQFrame::versionMap;
// AMQP version management change - kpvdr 2-11-17
// TODO: Make this class version-aware