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