Files
PolyORB/docs/echo.idl
Thomas Quinot b266a2d97a Move documentation from doc/ to docs/, for consistency with other
products.

[Imported from Perforce change 9855 at 2006-12-01 22:19:43]

Subversion-branch: /trunk/polyorb
Subversion-revision: 37320
2006-02-01 19:59:56 +00:00

4 lines
58 B
Plaintext

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