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

⟦870f6dd9e⟧ Ada Source

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

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 Unchecked_Deallocation;

package body Root is

    procedure Free is new Unchecked_Deallocation (State, Object);

    function Create (Offspring : Natural) return Object is
        This_Object : Object;
    begin
        This_Object := new State;
        This_Object.Offspring := Offspring;
        This_Object.Heir := This_Object;

        return This_Object;
    end Create;


    procedure Delete (This_Object : in out Object) is
    begin
        Free (This_Object);

    end Delete;


    procedure Set_Heir (This_Object : in out Object; Heir : Object) is
    begin
        This_Object.Heir := Heir;
    end Set_Heir;


    function Get_Heir (This_Object : Object) return Object is
    begin
        return This_Object.Heir;
    end Get_Heir;

end Root;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=26 rec1=00 rec2=01 rec3=000
        [0x01] rec0=00 rec1=0d rec2=e7 rec3=7ed
    tail 0x21737db188507798f7bfb 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 00 55 00 09 20 20 20 20 62 65 67 69 6e 09  ┆   U      begin ┆