diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-21 17:58:07 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-21 17:58:07 +0000 |
| commit | 6d5ff2b5dcefb7710dd396acd6d8847a2485cb9b (patch) | |
| tree | c702ac8b4162ee7441a9ade66574c68c4ab2b828 /qpid/cpp/lib/client | |
| parent | 146303b20559dcc7ed02def11b1324616ee0dafd (diff) | |
| download | qpid-python-6d5ff2b5dcefb7710dd396acd6d8847a2485cb9b.tar.gz | |
missed files from last commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489422 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/client')
| -rw-r--r-- | qpid/cpp/lib/client/Connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/lib/client/Connection.h b/qpid/cpp/lib/client/Connection.h index 3de9b6bf31..37e65e6099 100644 --- a/qpid/cpp/lib/client/Connection.h +++ b/qpid/cpp/lib/client/Connection.h @@ -36,6 +36,7 @@ #include <MessageListener.h> #include <ClientQueue.h> #include <ResponseHandler.h> +#include <AMQP_HighestVersion.h> 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(); /** |
