summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc')
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc b/TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc
deleted file mode 100644
index d286b8421d7..00000000000
--- a/TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*Server): taoserver, smart_proxies {
- Source_Files {
- server.cpp
- }
-}
-
-project(*Client): taoexe, portableserver, smart_proxies {
- Source_Files {
- client.cpp
- Smart_Proxy_Impl.cpp
- Smart_Test_Factory.cpp
- }
-}
-