summaryrefslogtreecommitdiff
path: root/qpid/cpp/lib/common/framing
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2007-01-04 21:30:39 +0000
committerKim van der Riet <kpvdr@apache.org>2007-01-04 21:30:39 +0000
commit363a0a519d9997fc1e07f0732b2dd09b162d807d (patch)
tree547e7cb609f15c0b419294c0c81d7911b766a52d /qpid/cpp/lib/common/framing
parent786c2fe29eebf63387e62fe83134d5d693626c32 (diff)
downloadqpid-python-363a0a519d9997fc1e07f0732b2dd09b162d807d.tar.gz
Fixed C++ client sending protocol version 0-0 over the wire. Minor fixes and tidy-up in related code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@492756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/common/framing')
-rw-r--r--qpid/cpp/lib/common/framing/AMQP_HighestVersion.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/qpid/cpp/lib/common/framing/AMQP_HighestVersion.h b/qpid/cpp/lib/common/framing/AMQP_HighestVersion.h
deleted file mode 100644
index aecf92ca22..0000000000
--- a/qpid/cpp/lib/common/framing/AMQP_HighestVersion.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
- */
-
-/*
- * This file is auto-generated by Qpid Gentools v.0.1 - do not modify.
- * Supported AMQP versions:
- * 0-9
- * 0-10
- * 8-0
- */
-
-
-#ifndef _AMQP_HighestVersion_
-#define _AMQP_HighestVersion_
-
-#include <ProtocolVersion.h>
-
-
-namespace qpid {
-namespace framing {
-
-static ProtocolVersion highestProtocolVersion;
-
-} /* namespace framing */
-} /* namespace qpid */
-
-#endif