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
blob2bd64076c5aca3c537d69519bab61b70165f7788
1 // Test Bug 2583
3 module Test {
4 local interface DynAny {};
5 struct NameDynAnyPair {
6 string id;
7 DynAny value;
8 };
9 typedef sequence<NameDynAnyPair> NameDynAnyPairSeq;