Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / IDL_Test / Versioned_Namespace / TestVersionedNamespace.idl
blob47bca7d3295782b20454e708a58a6269770ed366
1 module M1 {
2 struct S1 {
3 octet o;
4 };
6 local interface LI {
7 void op(in S1 s);
8 };
10 valuetype V {
11 public string valString;
12 public S1 valStruct;
13 public LI valLocalIface;