summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2006-12-21 17:58:07 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2006-12-21 17:58:07 +0000
commit6d2cd9fc17b357b5698237d34f4c902dc4bdfa2d (patch)
treee9b068f939a092556ac77e4a076b6b0ab5efa0d5
parent644f220f96a82a5f5cfbbf6c8c57b27d6be10fa8 (diff)
downloadqpid-python-6d2cd9fc17b357b5698237d34f4c902dc4bdfa2d.tar.gz
missed files from last commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489422 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/lib/client/Connection.h3
-rw-r--r--cpp/lib/common/framing/AMQFrame.h4
2 files changed, 2 insertions, 5 deletions
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 <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();
/**
diff --git a/cpp/lib/common/framing/AMQFrame.h b/cpp/lib/common/framing/AMQFrame.h
index 0cdd5674c1..eb230c740c 100644
--- a/cpp/lib/common/framing/AMQFrame.h
+++ b/cpp/lib/common/framing/AMQFrame.h
@@ -36,10 +36,6 @@ namespace qpid {
namespace framing {
- // TODO - replace with generated file
- // CCT
- static ProtocolVersion highestVersion(8,0);
-
class AMQFrame : virtual public AMQDataBlock
{
static AMQP_MethodVersionMap versionMap;