Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tests / IDL_Inherited_Operation / InheritedOp.mpc
blobad62372bfaa025cef9aaac13c6f295f510c56ba9
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     InheritedOp.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   
12   Source_Files {
13     InheritedOpC.cpp
14     InheritedOpS.cpp
15     InheritedOp_i.cpp
16     server.cpp
17   }
18   
19   Header_Files {
20     InheritedOpC.h
21     InheritedOpS.h
22     InheritedOp_i.h
23   }
24   
25   Inline_Files {
26     InheritedOpC.inl
27   }
29   IDL_Files {
30   }
33 project(*Client): taoclient {
34   after += *idl
36   Source_Files {
37     InheritedOpC.cpp
38     client.cpp
39   }
41   Header_Files {
42     InheritedOpC.h
43   }
45   Inline_Files {
46     InheritedOpC.inl
47   }
49   IDL_Files {
50   }