Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / IORTable_Locator / Test.mpc
blobd0c82cbe90af435898e0849cd57a5f4159d20b77
1 // -*- MPC -*-
2 project(*IORTable_Locator_idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     simple_test.idl
6   }
7   custom_only = 1
10 project(*IORTable_Locator_Server): taoserver, iortable {
11   after += *IORTable_Locator_idl
12   Source_Files {
13     simple_test_i.cpp
14     server.cpp
15   }
16   Source_Files {
17     simple_testS.cpp
18     simple_testC.cpp
19   }
20   IDL_Files {
21   }
24 project(*Async_IORTable_Locator_Server): taoserver, async_iortable {
25   exename = async_server
26   after += *IORTable_Locator_idl
27   Source_Files {
28     simple_test_i.cpp
29     async_server.cpp
30   }
31   Source_Files {
32     simple_testS.cpp
33     simple_testC.cpp
34   }
35   IDL_Files {
36   }
39 project(*IORTable_Locator_Client): taoclient {
40   after += *IORTable_Locator_idl
41   exename = client
42   Source_Files {
43     client.cpp
44   }
45   Source_Files {
46     simple_testC.cpp
47   }
48   IDL_Files {
49   }