From 6d2cd9fc17b357b5698237d34f4c902dc4bdfa2d Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Thu, 21 Dec 2006 17:58:07 +0000 Subject: missed files from last commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489422 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/client/Connection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/lib/client/Connection.h') diff --git a/cpp/lib/client/Connection.h b/cpp/lib/client/Connection.h index 3de9b6bf31..37e65e6099 100644 --- a/cpp/lib/client/Connection.h +++ b/cpp/lib/client/Connection.h @@ -36,6 +36,7 @@ #include #include #include +#include namespace qpid { @@ -104,7 +105,7 @@ namespace client { * client will accept. Optional and defaults to 65536. */ Connection( bool debug = false, u_int32_t max_frame_size = 65536, - qpid::framing::ProtocolVersion* _version = &(qpid::framing::highestVersion)); + qpid::framing::ProtocolVersion* _version = &(qpid::framing::highestProtocolVersion)); ~Connection(); /** -- cgit v1.2.1