Use a variable on the stack to not have a temporary in the call
[ACE_TAO.git] / TAO / performance-tests / Sequence_Latency / Thread_Pool / Thread_Pool.mpc
blob374135b76141ef7c5614cc4606910c1d20c082cd
1 // -*- MPC -*-
2 project(*sequence_idl): taoidldefaults, strategies {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*sequence server): taoserver, strategies {
10   after += *sequence_idl
11   Source_Files {
12     TestC.cpp
13     TestS.cpp
14     Roundtrip.cpp
15     Worker_Thread.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*sequence client): taoclient, strategies {
23   after += *sequence_idl
24   Source_Files {
25     TestC.cpp
26     Client_Task.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }