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_3311_Regression
/
test.idl
blob
e18898dc400f4b4b4b0d03734057bd2321605a16
1
// Oh ho, oh ho, what are we gonna do?
2
union
CityBlue
3
switch
(
unsigned long long
)
4
{
5
case
1
:
6
long
ucb_long
;
7
default
:
8
short
ucb_short
;
9
};
10
11
// Power, passion, plays a double hand
12
union
CityMan
13
switch
(
long long
)
14
{
15
case
1
:
16
long
ucm_long
;
17
default
:
18
short
ucm_short
;
19
};
20