summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc19
1 files changed, 4 insertions, 15 deletions
diff --git a/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc b/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc
index c7da0da2ba0..600ba5c118b 100644
--- a/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc
+++ b/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc
@@ -1,33 +1,22 @@
// -*- MPC -*-
+//
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, pi_server, interceptors {
- after += *idl
Source_Files {
test_i.cpp
- testS.cpp
- testC.cpp
Server_ORBInitializer.cpp
Server_Request_Interceptor.cpp
server.cpp
}
- IDL_Files {
- }
}
project(*Client): taoclient, anytypecode {
- after += *idl
+ after += *Server
+
Source_Files {
testC.cpp
client.cpp
}
- IDL_Files {
- }
}
+