Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / DII_AMI_Forward / DII_AMI_Forward.mpc
blob51b9250c0a8f519477cc5fa34d6648ca45886e51
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project (*Client): taoclient, dynamicinterface {
10   after += *idl
11   Source_Files {
12     client.cpp
13     DII_ReplyHandler.cpp
14     testC.cpp
15   }
16   IDL_Files {
17   }
20 project (*Server): messaging, pi_server, taoserver, avoids_minimum_corba {
21   after += *idl
22   IDL_Files {
23   }
25   Source_Files {
26     server.cpp
27     testC.cpp
28     testS.cpp
29     test_i.cpp
30     orb_initializer.cpp
31     server_interceptor.cpp
32   }