mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
asynchronous RPC, RAS and RACW. Subversion-branch: /importfromcvs/trunk Subversion-revision: 46751
7 lines
77 B
Ada
7 lines
77 B
Ada
|
|
with Local; use Local;
|
|
procedure Client is
|
|
begin
|
|
Initialize;
|
|
end Client;
|