source:
trunk/ORBit2-2.14.0/test/test-any.idl
| Last change on this file was 92, checked in by , 19 years ago | |
|---|---|
| File size: 125 bytes | |
| Rev | Line | |
|---|---|---|
| [92] | 1 | struct TestAnyStruct |
| 2 | { | |
| 3 | string<20> string_value; | |
| 4 | long long_value; | |
| 5 | }; | |
| 6 | ||
| 7 | interface TestAny | |
| 8 | { | |
| 9 | any print( in any what ); | |
| 10 | }; |
Note:
See TracBrowser
for help on using the repository browser.
