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