From 6bc8ab8e4b209b841969544fc735361335040906 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 15 Mar 2007 19:22:02 +0000 Subject: Changed u_int_t to uint_t for posix compliance. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518733 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/client/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/client/Connection.cpp') diff --git a/cpp/lib/client/Connection.cpp b/cpp/lib/client/Connection.cpp index 566c8fc573..618f3cbc92 100644 --- a/cpp/lib/client/Connection.cpp +++ b/cpp/lib/client/Connection.cpp @@ -41,7 +41,7 @@ namespace client { const std::string Connection::OK("OK"); Connection::Connection( - bool _debug, u_int32_t _max_frame_size, + bool _debug, uint32_t _max_frame_size, framing::ProtocolVersion _version ) : channelIdCounter(0), version(_version), max_frame_size(_max_frame_size), defaultConnector(version, _debug, _max_frame_size), -- cgit v1.2.1