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
/
Bug_3821_Regression
/
Bug_3821_Regression.mpc
blob
b9203d833492ed53363ba5409fe8ba3aec7ec9b7
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
idlflags += -SS
4
5
IDL_Files {
6
test.idl
7
}
8
custom_only = 1
9
}
10
11
project(*Test): taoclient {
12
after += *idl
13
14
Source_Files {
15
testC.cpp
16
test.cpp
17
}
18
IDL_Files {
19
}
20
}