DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦3935c9c0b⟧ TextFile

    Length: 991 (0x3df)
    Types: TextFile
    Names: »B«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

separate (Compilation_Extensions)
procedure Demote_Postprocess (Host_Unit : Directory.Object;
                              Remote_Unit_Name : String;
                              Remote_Library : String;
                              Remote_Machine : String;
                              Remote_Directory : String;
                              Status : in out Simple_Status.Condition) is
begin
    Log.Put_Line (Message => "demote_postprocess ( host_unit =>" &
                                Directory.Naming.Get_Simple_Name (Host_Unit) &
                                ",remote_unit_name => " & Remote_Unit_Name &
                                ",remote_library => " & Remote_Library &
                                ",remote_machine => " & Remote_Machine &
                                ",remote_directory => " & Remote_Directory,
                  Kind => Profile.Debug_Msg);

    Simple_Status.Create_Condition (Status, "", "", Simple_Status.Normal);
end Demote_Postprocess;