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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_4097_Regression
/
Bug_4097_Regression.idl
blob
669e6a3f4752342c70739d122c02d341f75a0b30
1
union
MultiLabelUnion
switch
(
long
) {
2
case
0
:
3
case
1
:
4
char
mlu_char
;
5
case
2
:
6
long
mlu_long
;
7
};