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/client/ClientChannel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/client/ClientChannel.h') diff --git a/cpp/lib/client/ClientChannel.h b/cpp/lib/client/ClientChannel.h index 27509a10d9..066f837430 100644 --- a/cpp/lib/client/ClientChannel.h +++ b/cpp/lib/client/ClientChannel.h @@ -92,7 +92,7 @@ namespace client { u_int16_t prefetch; const bool transactional; - qpid::framing::ProtocolVersion version; + qpid::framing::ProtocolVersion version; void enqueue(); void retrieve(Message& msg); -- cgit v1.2.1