Files
PolyORB/doc/echo.idl
Thomas Quinot 534bd94743 Convert PolyORB UG to Sphinx
NB28-010

Subversion-branch: /trunk/polyorb
Subversion-revision: 239160
2015-05-29 12:47:39 +00:00

4 lines
58 B
Plaintext

interface Echo {
string echoString (in string Mesg);
};