summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-04 13:03:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-04 13:03:33 +0000
commita8fc1bc80fbc63bff99b0eb44c3219598a1a54ea (patch)
tree6bea67a19c978f5a564aee1fbdb68803d1c61ee7
parent5b5cd5f2d7095634c60796183bb58186057fe92e (diff)
downloadATCD-a8fc1bc80fbc63bff99b0eb44c3219598a1a54ea.tar.gz
-rw-r--r--TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc5
1 files changed, 2 insertions, 3 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 9d771aa9f04..588a5fb6d4c 100644
--- a/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc
+++ b/TAO/tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc
@@ -6,7 +6,7 @@ project(*idl): taoidldefaults {
IDL_Files {
test.idl
}
- custom_only =1
+ custom_only = 1
}
project(*Server): taoserver, pi_server, interceptors {
@@ -24,8 +24,7 @@ project(*Server): taoserver, pi_server, interceptors {
}
project(*Client): taoclient, anytypecode {
- after += *Server
-
+ after += *idl
Source_Files {
testC.cpp
client.cpp