From 03a39d920d010b29b156a99ee9b3fcfc7c7c64a1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 9 Jun 2008 20:55:09 +0000 Subject: Updated doxygen comments in qpid/client/*.h Changed request-response example to use SubscriptionManager like the others. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@665891 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Connection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/client/Connection.cpp') diff --git a/cpp/src/qpid/client/Connection.cpp b/cpp/src/qpid/client/Connection.cpp index 752cb9095c..6572794516 100644 --- a/cpp/src/qpid/client/Connection.cpp +++ b/cpp/src/qpid/client/Connection.cpp @@ -27,6 +27,7 @@ #include "qpid/log/Options.h" #include "qpid/log/Statement.h" #include "qpid/shared_ptr.h" +#include "qpid/framing/AMQP_HighestVersion.h" #include #include @@ -42,8 +43,7 @@ using namespace qpid::sys; namespace qpid { namespace client { -Connection::Connection(framing::ProtocolVersion _version) : - channelIdCounter(0), version(_version) {} +Connection::Connection() : channelIdCounter(0), version(framing::highestProtocolVersion) {} Connection::~Connection(){ } -- cgit v1.2.1