mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
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
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
interface Echo {
|
|
string echoString (in string Mesg);
|
|
};
|