Files
PolyORB/examples/corba/echo/echo.idl
Jérôme Hugues d7d9ead6cf Reorganisation of the examples/ directory
[Imported from Perforce change 5199 at 2006-12-01 19:46:24]

Subversion-branch: /trunk/polyorb
Subversion-revision: 33869
2002-08-26 15:20:13 +00:00

4 lines
58 B
Plaintext

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