You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cc...@apache.org on 2007/01/09 19:48:58 UTC

svn commit: r494518 - /incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQFrame.cpp

Author: cctrieloff
Date: Tue Jan  9 10:48:57 2007
New Revision: 494518

URL: http://svn.apache.org/viewvc?view=rev&rev=494518
Log:

merged in code form Andrew, to clean up version map construction.


Modified:
    incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQFrame.cpp

Modified: incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQFrame.cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQFrame.cpp?view=diff&rev=494518&r1=494517&r2=494518
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQFrame.cpp (original)
+++ incubator/qpid/branches/qpid.0-9/cpp/lib/common/framing/AMQFrame.cpp Tue Jan  9 10:48:57 2007
@@ -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