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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2543_Regression
/
Test.idl
blob
3a15374208e9eb55669924455a9d1181cbb76050
1
valuetype Base
2
{
3
public long
l
;
4
};
5
6
typedef
sequence
<
Base
>
BaseSeq
;
7
8
valuetype Value
:
Base
9
{
10
public string
s
;
11
};