source: trunk/ORBit2-2.14.0/test/echo.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: 156 bytes
Line 
1interface 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.