Merge pull request #2220 from DOCGroup/revert-2217-jwi-inetwraning
[ACE_TAO.git] / TAO / performance-tests / Latency / Thread_Pool / Thread_Pool.mpc
blob791a398e31df2bb5a3fe55fa8d32ec6da6f59f34
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     Worker_Thread.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*latency client): taoclient, strategies {
23   after += *latency_idl
24   Source_Files {
25     TestC.cpp
26     Client_Task.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }