DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦2b396c0dd⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Orb, seg_0574bd

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Letter_Box_Frames; -- BAL pour l'ORB
with Connector_Frames; -- Connecteur pour la BAL de l'ORB
with Service_Manager; -- Service Manager de l'ORB
with Query_Manager; -- Query Manager de l'ORB
--with Control_Manager; -- Control Manager de l'ORB

with Text_Io;

package body Orb is

    procedure Init (The_Socket_Id : Orb_Defs.Socket_Id) is
    begin
        Text_Io.Put_Line ("i am going to init letter_box");
        Letter_Box_Frames.Init;
        Text_Io.Put_Line ("ORB's letter box initiated.");
        Connector_Frames.Init (The_Socket_Id);
        Text_Io.Put_Line ("ORB's connector initiated.");
    end Init;

    function Check_Mail return Boolean is
    begin
        return Letter_Box_Frames.Check;
    end Check_Mail;

    procedure Close is
    begin  
        Connector_Frames.Dispose;
        Letter_Box_Frames.Dispose;
        --Control_Manager.Dispose;
        Query_Manager.Dispose;
    end Close;

end Orb;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=24 rec1=00 rec2=01 rec3=000
        [0x01] rec0=03 rec1=00 rec2=02 rec3=001
    tail 0x2176461f687c78c43388e 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 11 00 08 65 6e 64 20 4f 72 62 3b 08 00  ┆      end Orb;  ┆