summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_BiDir/MT_BiDir.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_BiDir/MT_BiDir.mpc')
-rw-r--r--TAO/tests/MT_BiDir/MT_BiDir.mpc26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/tests/MT_BiDir/MT_BiDir.mpc b/TAO/tests/MT_BiDir/MT_BiDir.mpc
deleted file mode 100644
index ab023c419a3..00000000000
--- a/TAO/tests/MT_BiDir/MT_BiDir.mpc
+++ /dev/null
@@ -1,26 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*Server): taoexe, portableserver, minimum_corba, bidir_giop {
- Source_Files {
- ReceiverC.cpp
- SenderC.cpp
- SenderS.cpp
- Sender_i.cpp
- Server_Task.cpp
- server.cpp
- }
-}
-
-project(*Client): taoexe, portableserver, minimum_corba, bidir_giop {
- after += *Server
- Source_Files {
- ReceiverC.cpp
- ReceiverS.cpp
- SenderC.cpp
- Client_Task.cpp
- Receiver_i.cpp
- client.cpp
- }
-}
-