mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
Submitted by: Vadim Godunko Reviewed by: Thomas Quinot For G129-010 Subversion-branch: /trunk/polyorb Subversion-revision: 42208
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
interface Echo {
|
|
string echoString (in string Mesg);
|
|
};
|