Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTCORBA / Banded_Connections / RTCORBA_Banded_Conn.mpc
blob957582902c57bf8d237dc9abfcd3ec9626b09828
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): rt_server {
10   after += *idl
11   Source_Files {
12     server.cpp
13   }
14   Source_Files {
15     testC.cpp
16     testS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): rt_client {
23   after += *idl
24   Source_Files {
25     client.cpp
26   }
27   Source_Files {
28     testC.cpp
29   }
30   IDL_Files {
31   }