From 786c13d1833f626bf47262dd16ea48c81ac3887f Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Wed, 20 Dec 2006 22:29:38 +0000 Subject: Support for multi version, merge part 1. - can still refactor out dup use of version object in client and server opperations. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489212 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/common/framing/AMQFrame.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/lib/common') diff --git a/cpp/lib/common/framing/AMQFrame.h b/cpp/lib/common/framing/AMQFrame.h index bec1946fb7..0cdd5674c1 100644 --- a/cpp/lib/common/framing/AMQFrame.h +++ b/cpp/lib/common/framing/AMQFrame.h @@ -35,6 +35,11 @@ namespace qpid { namespace framing { + + // TODO - replace with generated file + // CCT + static ProtocolVersion highestVersion(8,0); + class AMQFrame : virtual public AMQDataBlock { static AMQP_MethodVersionMap versionMap; -- cgit v1.2.1