summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-13 15:06:28 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-13 15:06:28 +0000
commit33a9a9680d237f15b15cfa67ddd14aa3ce49d427 (patch)
tree79faf528f24f597385d4d0326670c748fc65a605
parent9cf87c52cdaa527838e31827f059994aec203363 (diff)
downloadATCD-33a9a9680d237f15b15cfa67ddd14aa3ce49d427.tar.gz
ChangeLogTag:Sat Dec 13 09:05:20 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc4
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Single_Endpoint.mpc4
3 files changed, 14 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6a2b235f7e8..f87e16291c3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Sat Dec 13 09:05:20 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc:
+ * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Single_Endpoint.mpc:
+
+ Do not build when minimum_corba is enabled since they use some
+ of the full POA features.
+
Sat Dec 13 08:50:46 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/RTScheduling/VoidData/Makefile:
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc
index 01472f35f36..0bc0058488a 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc
@@ -1,11 +1,13 @@
project(*server): rt_server, strategies, rtcorbacommon {
+ avoids += minimum_corba
Source_Files {
server.cpp
}
}
project(*client): rt_client, strategies, rtcorbacommon {
+ avoids += minimum_corba
Source_Files {
client.cpp
}
-} \ No newline at end of file
+}
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Single_Endpoint.mpc b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Single_Endpoint.mpc
index 01472f35f36..0bc0058488a 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Single_Endpoint.mpc
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Single_Endpoint.mpc
@@ -1,11 +1,13 @@
project(*server): rt_server, strategies, rtcorbacommon {
+ avoids += minimum_corba
Source_Files {
server.cpp
}
}
project(*client): rt_client, strategies, rtcorbacommon {
+ avoids += minimum_corba
Source_Files {
client.cpp
}
-} \ No newline at end of file
+}