source:
trunk/ORBit2-2.14.0/test/echo.idl
| Last change on this file was 92, checked in by , 19 years ago | |
|---|---|
| File size: 156 bytes | |
| Rev | Line | |
|---|---|---|
| [92] | 1 | interface Echo { |
| 2 | Echo echoString (in string astring, | |
| 3 | out double anum); | |
| 4 | void doNothing (); | |
| 5 | oneway void doOneWay (in string ignore); | |
| 6 | }; |
Note:
See TracBrowser
for help on using the repository browser.
