summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc')
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc b/TAO/tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc
deleted file mode 100644
index 87178218057..00000000000
--- a/TAO/tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*Server): rt_server, minimum_corba {
- Source_Files {
- server.cpp
- }
-}
-
-project(*Client): rt_client, minimum_corba {
- after += *Server
- Source_Files {
- testC.cpp
- client.cpp
- }
-}
-