Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / COIOP / COIOP_Tests.mpc
blobbb2ded41b0ec5dcb807e5f6e0ced297db2f12c01
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(COIOP_Test): taoserver, strategies {
10   exename = COIOP_Test
11   after += *idl
12   Source_Files {
13     TestC.cpp
14     TestS.cpp
15     COIOP_Test.cpp
16     Client_Task.cpp
17     Server_Task.cpp
18     Hello.cpp
19   }
20   IDL_Files {
21   }
24 project(COIOP_Simple_Test): taoserver, strategies {
25   exename = COIOP_Simple_Test
26   after += *idl
27   Source_Files {
28     TestC.cpp
29     TestS.cpp
30     COIOP_Simple_Test.cpp
31     Hello.cpp
32   }
33   IDL_Files {
34   }