Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / AdvSlotDblCpy / AdvSlotDblCpy.mpc
blobd953f523d12a49a58ddeb4c12b60366be03149a8
1 project(*idl): taoidldefaults {
2   IDL_Files {
3     InvokeMe.idl
4   }
5   custom_only = 1
8 project(*Server): taoserver, pi_server {
9   after += *idl
10   Source_Files {
11     InvokeMeS.cpp
12     InvokeMeC.cpp
13     server.cpp
14   }
15   IDL_Files {
16   }
19 project(*Client): taoclient {
20   after += *idl
21   Source_Files {
22     InvokeMeC.cpp
23     client.cpp
24   }
25   IDL_Files {
26   }