=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / Big_Request_Muxing / Big_Request_Muxing.mpc
blob4350f93a561a326752f4cae3500391b26726072d
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, messaging {
10   after += *idl
11   Source_Files {
12     Payload_Receiver.cpp
13     server.cpp
14     TestC.cpp
15     TestS.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoclient, messaging {
22   after += *idl
23   Source_Files {
24     TestC.cpp
25     Client_Task.cpp
26     client.cpp
27   }
28   IDL_Files {
29   }