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
10 lines
277 B
INI
10 lines
277 B
INI
configuration Callbacks is
|
|
C1, C2, C3 : Partition := (Local);
|
|
procedure Client;
|
|
for Partition'Storage_Dir use "bin";
|
|
for Partition'Main use Client;
|
|
for Partition'Host use "localhost";
|
|
S : Partition := (Scheduler);
|
|
procedure Server is in S;
|
|
end Callbacks;
|