summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc b/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
deleted file mode 100644
index ebbb7c450a8..00000000000
--- a/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
+++ /dev/null
@@ -1,34 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(ECT Supplier): rteventexe, rtevent, rtsched, naming, iortable, messaging {
- avoids += ace_for_tao
- exename = ECT_Supplier
-
- Source_Files {
- ECT_Driver.cpp
- ECT_Supplier_Driver.cpp
- ECT_Supplier.cpp
- }
-}
-
-project(ECT Consumer): rteventexe, rtevent, rtsched, naming, iortable, messaging {
- exename = ECT_Consumer
-
- Source_Files {
- ECT_Driver.cpp
- ECT_Consumer_Driver.cpp
- ECT_Consumer.cpp
- }
-}
-
-project(ECT Throughput): rteventexe, rtevent_serv, rtsched, naming, iortable, messaging {
- exename = ECT_Throughput
-
- Source_Files {
- ECT_Driver.cpp
- ECT_Consumer.cpp
- ECT_Supplier.cpp
- ECT_Throughput.cpp
- }
-}