summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/Two_Objects.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Two_Objects/Two_Objects.mpc')
-rw-r--r--TAO/tests/Two_Objects/Two_Objects.mpc21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tests/Two_Objects/Two_Objects.mpc b/TAO/tests/Two_Objects/Two_Objects.mpc
deleted file mode 100644
index 1dbe304222f..00000000000
--- a/TAO/tests/Two_Objects/Two_Objects.mpc
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*Server): taoserver {
- Source_Files {
- worker.cpp
- First_i.cpp
- Second_i.cpp
- Object_Factory_i.cpp
- server.cpp
- }
-}
-
-project(*Client): taoclient, anytypecode {
- after += *Server
- Source_Files {
- Two_ObjectsC.cpp
- client.cpp
- }
-}
-