Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2289_Regression / Bug_2289_Regression.mpc
blobefd048956a34c2893a40286e54bea966bf08abc4
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Gp -Gd
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, iortable {
11   exename = server
12   after += *idl
13   Source_Files {
14     server.cpp
15     TestC.cpp
16     TestS.cpp
17     MyInterfaceImpl.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoserver, iortable {
24   exename = client
25   after += *idl
26   Source_Files {
27     client.cpp
28     TestC.cpp
29     TestS.cpp
30     MyInterfaceImpl.cpp
31   }
32   IDL_Files {
33   }