Files
PolyORB/examples/corba/secure_echo/echo.idl
Thomas Quinot 82b07d56e7 Add "secure echo" example.
Submitted by:	Vadim Godunko
Reviewed by:	Thomas Quinot
For G129-010

Subversion-branch: /trunk/polyorb
Subversion-revision: 42208
2007-01-31 15:20:24 +00:00

4 lines
58 B
Plaintext

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