Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Bug_3582 / PI_RTException.mpc
blobc05e8d2e3dc52879a4a41b951f8013e2b97f7c25
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, valuetype, pi, pi_server, interceptors {
10   after += *idl
12   Source_Files {
13     test_i.cpp
14     server.cpp
15   }
16   Source_Files {
17     testC.cpp
18     testS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, valuetype, pi, pi_server, interceptors, rtcorba {
25   after += *idl
27   Source_Files {
28     testC.cpp
29     Client_ORBInitializer.cpp
30     Client_Request_Interceptor.cpp
31     client.cpp
32   }
33   Source_Files {
34     testC.cpp
35   }
36   IDL_Files {
37   }