Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / examples / RTScheduling / RTSchedTestLib.mpc
blob43e0a70c442aa943be34a53058bcd611e6546351
1 // -*- MPC -*-
2 project(RTSchedTestLib): naming, rtscheduling, negotiate_codesets, rtportableserver, rtcorba {
3   after += Job
4   libs += Job RTSchedSynch
5   dynamicflags += RTSCHEDTESTLIB_BUILD_DLL
6   sharedname   = RTSchedTestLib
8   IDL_Files {
9   }
11   Source_Files {
12     Job_i.cpp
13     DT_Creator.cpp
14     Thread_Task.cpp
15     POA_Holder.cpp
16     Task_Stats.cpp
17   }
19   Header_Files {
20     DT_Creator.h
21     Thread_Task.h
22     POA_Holder.h
23     Task_Stats.h
24     Job_i.h
25     rtschedtestlib_export.h
26   }
28   Inline_Files {
29     Task_Stats.inl
30   }