Files
PolyORB/Examples/Callbacks/client.adb
Laurent Pautet b2bf6d3876 Some kind of distributed scheduler based on remote callbacks using
asynchronous RPC, RAS and RACW.

Subversion-branch: /importfromcvs/trunk
Subversion-revision: 46751
1998-04-15 16:46:04 +00:00

7 lines
77 B
Ada

with Local; use Local;
procedure Client is
begin
Initialize;
end Client;