Files
PolyORB/doc/echo.idl
Jérôme Hugues 65a9baf6ef Extend section 5: CORBA,
Include a mini tutorial on how to write a simple echo client/server

[Imported from Perforce change 8091 at 2006-12-01 20:29:32]

Subversion-branch: /trunk/polyorb
Subversion-revision: 35704
2004-05-28 13:22:01 +00:00

4 lines
58 B
Plaintext

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