Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Bug_3552_Regression / struct.idl
blob742cd31794702448725705235ce1339b4268f51a
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 struct theStruct
7 string theString;
8 };
9 };