Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_Naming / Federation / Federation.mpc
blob3a782579c1887ae0e6a5f2eb936986f8b3069b09
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Client): namingexe {
10   exename = client
11   after += *idl
12   Source_Files {
13     client.cpp
14   }
15   Source_Files {
16     TestC.cpp
17   }
18   IDL_Files {
19   }
22 project(*Server): namingexe, portableserver {
23   exename = server
24   after += *idl
25   Source_Files {
26     server.cpp
27     Hello.cpp
28   }
29   Source_Files {
30     TestC.cpp
31     TestS.cpp
32   }
33   IDL_Files {
34   }