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.mpc5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
index 57393219165..37b911f8198 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Server): taoserver, valuetype, pi, pi_server, interceptors {
+ idlflags += -DCORBA3
Source_Files {
test_i.cpp
@@ -12,8 +13,8 @@ project(*Server): taoserver, valuetype, pi, pi_server, interceptors {
}
project(*Client): taoclient, valuetype, pi, pi_server, interceptors {
- after += *Server
-
+ idlflags += -DCORBA3
+
Source_Files {
testC.cpp
Client_ORBInitializer.cpp