mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
* Add initial DSA documentation. [Imported from Perforce change 10409 at 2006-12-01 22:55:23] Subversion-branch: /trunk/polyorb Subversion-revision: 37868
5 lines
118 B
Ada
5 lines
118 B
Ada
package Server is
|
|
pragma Remote_Call_Interface;
|
|
function Echo_String (S : String) return String;
|
|
end Server;
|