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