From 86199848cf73f9fbe33fca1cd9854747e1548098 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 7 Jan 2009 23:05:45 +0000 Subject: Add cluster-related content to generated sources; re-gen vc projects. Fixes QPID-1559 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732549 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/broker.vcproj | 12 ++++ cpp/src/client.vcproj | 9 +++ cpp/src/common.vcproj | 138 ++++++++++++++++++++++++++++++++++++++++++++++ cpp/src/protocol_gen.mak | 10 ++-- cpp/src/qmfconsole.vcproj | 3 + 5 files changed, 166 insertions(+), 6 deletions(-) (limited to 'cpp') diff --git a/cpp/src/broker.vcproj b/cpp/src/broker.vcproj index 63174dad73..662307d0d7 100644 --- a/cpp/src/broker.vcproj +++ b/cpp/src/broker.vcproj @@ -780,6 +780,12 @@ + + + + @@ -1204,6 +1210,12 @@ + + + + diff --git a/cpp/src/client.vcproj b/cpp/src/client.vcproj index f7fbffeff1..e724e04d98 100644 --- a/cpp/src/client.vcproj +++ b/cpp/src/client.vcproj @@ -413,6 +413,9 @@ + + @@ -537,6 +540,12 @@ + + + + diff --git a/cpp/src/common.vcproj b/cpp/src/common.vcproj index 253bdcba58..b88995987c 100644 --- a/cpp/src/common.vcproj +++ b/cpp/src/common.vcproj @@ -359,6 +359,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -999,6 +1065,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1590,6 +1722,9 @@ + + @@ -1665,6 +1800,9 @@ + + diff --git a/cpp/src/protocol_gen.mak b/cpp/src/protocol_gen.mak index 2680bf220e..5c61eb90d5 100644 --- a/cpp/src/protocol_gen.mak +++ b/cpp/src/protocol_gen.mak @@ -7,16 +7,14 @@ # repository. specdir = ..\..\specs -# To add cluster support, add ..\xml\cluster.xml to specs, then add sources -# to project files. -specs = $(specdir)\amqp.0-10-qpid-errata.xml +specs = $(specdir)\amqp.0-10-qpid-errata.xml ..\xml\cluster.xml rgen_dir=..\rubygen mgen_dir=..\managementgen -mgmt_specs=$(specdir)\management-schema.xml .\qpid\acl\management-schema.xml -# To add cluser management, add the next line to mgen_specs: -# .\qpid\cluster\management-schema.xml +mgmt_specs=$(specdir)\management-schema.xml \ + .\qpid\acl\management-schema.xml \ + .\qpid\cluster\management-schema.xml all: rubygen.mk gen\generate_MaxMethodBodySize_h.cpp managementgen.mk diff --git a/cpp/src/qmfconsole.vcproj b/cpp/src/qmfconsole.vcproj index a9dd414c0f..c37055adec 100644 --- a/cpp/src/qmfconsole.vcproj +++ b/cpp/src/qmfconsole.vcproj @@ -350,6 +350,9 @@ + + -- cgit v1.2.1