Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / POA / Forwarding / POA_Forwarding.mpc
blob6d373a09ebcce2d14434be3f04dbacb341205f5b
1 // -*- MPC -*-
2 project(*IDL) : taoidldefaults, anytypecode {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Client) : taoclient, anytypecode, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
10   after += *IDL
11   source_files {
12     client.cpp
13     testC.cpp
14   }
15   IDL_Files {
16   }
19 project(*Server) : taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
20   after += *IDL
21   source_files {
22     test_i.cpp
23     server.cpp
24     Servant_Activator.cpp
25     testS.cpp
26     testC.cpp
27   }
28   IDL_Files {
29   }