summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Deferred/Deferred.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/performance-tests/Latency/Deferred/Deferred.mpc
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/performance-tests/Latency/Deferred/Deferred.mpc')
-rw-r--r--TAO/performance-tests/Latency/Deferred/Deferred.mpc31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/performance-tests/Latency/Deferred/Deferred.mpc b/TAO/performance-tests/Latency/Deferred/Deferred.mpc
deleted file mode 100644
index 9e35337054a..00000000000
--- a/TAO/performance-tests/Latency/Deferred/Deferred.mpc
+++ /dev/null
@@ -1,31 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*latency_idl): taoidldefaults, strategies, minimum_corba {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
-project(*latency server): taoserver, strategies, minimum_corba {
- after += *latency_idl
- Source_Files {
- Roundtrip.cpp
- TestS.cpp
- TestC.cpp
- server.cpp
- }
- IDL_Files {
- }
-}
-
-project(*latency client): taoclient, strategies, dynamicinterface, minimum_corba {
- after += *latency_idl
- Source_Files {
- TestC.cpp
- client.cpp
- }
- IDL_Files {
- }
-}