Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTCORBA / Diffserv / RTCORBA_Diffserv.mpc
blob5553b69abeeb861b2b5d75b4fd0c6c63f8aa175b
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*client) : taoserver, rtcorba, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
10   exename = client
11   after += *idl
12   source_files {
13     client.cpp
14     Custom_Network_Priority_Mapping.cpp
15   }
16   source_files {
17     testC.cpp
18   }
19   IDL_Files {
20   }
23 project(*server) : rt_server, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
24   after += *idl
25   source_files {
26     server.cpp
27     Custom_Network_Priority_Mapping.cpp
28   }
29   source_files {
30     testC.cpp
31     testS.cpp
32   }
33   IDL_Files {
34   }