summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}