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