Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Bug_3079 / Bug_3079.mpc
blob4574377850b35939469c3f3eb092302f3e697ee0
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_ORBInitializer.cpp
15     Server_Request_Interceptor.cpp
16     CrashPoint.cpp
17     server.cpp
18   }
19   Source_Files {
20     testC.cpp
21     testS.cpp
22   }
23   IDL_Files {
24   }
27 project(*Client): taoclient, valuetype, pi, pi_server, interceptors {
28   after += *idl
30   Source_Files {
31     testC.cpp
32     Client_ORBInitializer.cpp
33     Client_Request_Interceptor.cpp
34     client.cpp
35   }
36   Source_Files {
37     testC.cpp
38   }
39   IDL_Files {
40   }