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
/
IDL_Test
/
Bug_2583_Regression.idl
blob
2bd64076c5aca3c537d69519bab61b70165f7788
1
// Test Bug 2583
2
3
module
Test
{
4
local
interface
DynAny
{};
5
struct
NameDynAnyPair
{
6
string id
;
7
DynAny value
;
8
};
9
typedef
sequence
<
NameDynAnyPair
>
NameDynAnyPairSeq
;
10
};