Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tests / NestedUpcall / Simple / Simple.mpc
blob3a0103984a780c348cfcaa7d7533dc19d834c4b5
1 // -*- MPC -*-
2 project(*Nested_Upcall_Idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Nested_Upcall_Server): taoserver {
10   after += *Nested_Upcall_Idl
11   Source_Files {
12     testC.cpp
13     testS.cpp
14     server_i.cpp
15     server.cpp
16   }
17   IDL_Files {
18   }
21 project(*Nested_Upcall_Client): taoserver {
22   exename = client
23   after += *Nested_Upcall_Idl
24   Source_Files {
25     testC.cpp
26     testS.cpp
27     client_i.cpp
28     client.cpp
29   }
30   IDL_Files {
31   }