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

⟦09c2a03e3⟧ Ada Source

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

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



package body Ident_Link is

    procedure Enter_New_Link (Traiteur : in Identification.Tclient_Id;
                              To_Who : in Identification.Tclient_Id) is

        An_Object : Object;

    begin

        An_Object.To_Who := To_Who;
        An_Object.Traiteur := Traiteur;
        List_Of_Link := Link_List.Make (An_Object, List_Of_Link);
    end Enter_New_Link;

    procedure Search_Link (Traiteur : in Identification.Tclient_Id;
                           To_Who : out Identification.Tclient_Id) is

        Iter : Link_List.Iterator;
        An_Object : Object;

    begin

        Link_List.Init (Iter, List_Of_Link);
        loop
            exit when Link_List.Done (Iter);
            An_Object := Link_List.Value (Iter);
            exit when Identification.Tclient_Id'Image (Traiteur) =
                         Identification.Tclient_Id'Image (An_Object.Traiteur);
            Link_List.Next (Iter);
        end loop;
        To_Who := An_Object.To_Who;

    end Search_Link;

    procedure Delete_Link (To_Who : in Identification.Tclient_Id) is

    begin

        null;

    end Delete_Link;

end Ident_Link;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=20 rec1=00 rec2=01 rec3=014
        [0x01] rec0=0d rec1=00 rec2=02 rec3=001
    tail 0x2175fc3f687bd6223c446 0x42a00088462060003