Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTCORBA / Private_Connection / RTCORBA_Private_Connection.mpc
blob1851b7b073666b40e12d3c7576fa876d4e204aee
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): rt_server, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
10   after += *idl
11   Source_Files {
12     server.cpp
13   }
14   Source_Files {
15     testC.cpp
16     testS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): rt_client, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
23   after += *idl
24   Source_Files {
25     client.cpp
26   }
27   Source_Files {
28     testC.cpp
29   }
30   IDL_Files {
31   }