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_1639_Regression
/
struct.idl
blob
c3b56ea73a3c03e80656aca12633cb6a8ded3af7
1
module
StructTest
{
2
3
struct
MyStruct
{
4
octet MyOctet
;
5
unsigned long
MyLong
;
6
};
7
8
typedef
MyStruct MyStructAlias
;
9
10
union
MyUnion
switch
(
boolean
) {
11
case
TRUE
:
12
unsigned short
MyShort
;
13
};
14
15
typedef
MyUnion MyUnionAlias
;
16
17
};