source: trunk/ORBit2-2.14.0/test/test-any.idl@ 211

Last change on this file since 211 was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 125 bytes
Line 
1struct TestAnyStruct
2{
3 string<20> string_value;
4 long long_value;
5};
6
7interface TestAny
8{
9 any print( in any what );
10};
Note: See TracBrowser for help on using the repository browser.