mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
products. [Imported from Perforce change 9855 at 2006-12-01 22:19:43] Subversion-branch: /trunk/polyorb Subversion-revision: 37320
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
interface Echo {
|
|
string echoString (in string Mesg);
|
|
};
|