repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2119_Regression
/
test.idl
blob
2e3f1074ea6367f52cd9ca5ece54886207200f05
1
valuetype MyValueType
;
2
typedef
sequence
<
MyValueType
>
MyValueType_Seq
;
3
4
valuetype MyValueType
5
{
6
private MyValueType_Seq myValueTypes
;
7
};
8
9
10