summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc21
1 files changed, 1 insertions, 20 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
index 4c941060cd3..57393219165 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
@@ -1,15 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, valuetype, pi, pi_server, interceptors {
- after += *idl
Source_Files {
test_i.cpp
@@ -17,27 +9,16 @@ project(*Server): taoserver, valuetype, pi, pi_server, interceptors {
Server_Request_Interceptor.cpp
server.cpp
}
- Source_Files {
- testC.cpp
- testS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, valuetype, pi, pi_server, interceptors {
- after += *idl
after += *Server
Source_Files {
+ testC.cpp
Client_ORBInitializer.cpp
Client_Request_Interceptor.cpp
client.cpp
}
- Source_Files {
- testC.cpp
- }
- IDL_Files {
- }
}