From d092c3aa598bcd3a9d2bd9e1a7842099b7889c98 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Fri, 5 Jan 2007 13:08:49 +0000 Subject: Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/lib/common/Makefile.am, so bootstrap, configure required to remake Makefiels. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@493020 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/common/framing/AMQP_HighestVersion.h | 45 ---------------------------- 1 file changed, 45 deletions(-) delete mode 100644 cpp/lib/common/framing/AMQP_HighestVersion.h (limited to 'cpp/lib/common/framing') diff --git a/cpp/lib/common/framing/AMQP_HighestVersion.h b/cpp/lib/common/framing/AMQP_HighestVersion.h deleted file mode 100644 index aecf92ca22..0000000000 --- a/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 - - -namespace qpid { -namespace framing { - -static ProtocolVersion highestProtocolVersion; - -} /* namespace framing */ -} /* namespace qpid */ - -#endif -- cgit v1.2.1