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
/
tests
/
IDL_Inherited_Operation
/
InheritedOp.mpc
blob
ad62372bfaa025cef9aaac13c6f295f510c56ba9
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
InheritedOp.idl
5
}
6
custom_only = 1
7
}
8
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
}
28
29
IDL_Files {
30
}
31
}
32
33
project(*Client): taoclient {
34
after += *idl
35
36
Source_Files {
37
InheritedOpC.cpp
38
client.cpp
39
}
40
41
Header_Files {
42
InheritedOpC.h
43
}
44
45
Inline_Files {
46
InheritedOpC.inl
47
}
48
49
IDL_Files {
50
}
51
}