=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / interop-tests / CdrOutArg / tao / CdrOutArg.mpc
blob8dd2fc493b82f80b64e1d4a10e405fe81a7dae73
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     ../idl/test.idl
5   }
7   Modify_Custom(IDL) {
8     output_follows_input = 0
9   }
11   custom_only = 1
14 project(*Server): taoserver, pi_server, interceptors {
15   after += *idl
16   Source_Files {
17     test_i.cpp
18     Server_ORBInitializer.cpp
19     server_interceptor.cpp
20     server.cpp
21   }
22   Source_Files {
23     testC.cpp
24     testS.cpp
25   }
26   IDL_Files {
27   }
30 project(*Client): taoclient, pi, interceptors {
31   after += *idl
32   Source_Files {
33     Client_ORBInitializer.cpp
34     client_interceptor.cpp
35     client.cpp
36   }
37   Source_Files {
38     testC.cpp
39   }
40   IDL_Files {
41   }