repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Use =default for skeleton copy constructor
[ACE_TAO.git]
/
TAO
/
examples
/
RTScheduling
/
RTSchedTestLib.mpc
blob
43e0a70c442aa943be34a53058bcd611e6546351
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
7
8
IDL_Files {
9
}
10
11
Source_Files {
12
Job_i.cpp
13
DT_Creator.cpp
14
Thread_Task.cpp
15
POA_Holder.cpp
16
Task_Stats.cpp
17
}
18
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
}
27
28
Inline_Files {
29
Task_Stats.inl
30
}
31
}