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

⟦8a9c6e271⟧ TextFile

    Length: 1596 (0x63c)
    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 Retrieve_Associated_Files_Postprocess
             (Host_Unit : Directory.Object;  
              Remote_Unit_Name : String;
              Remote_Library : String;
              Remote_Machine : String;
              Remote_Directory : String;  
              Remote_Connection : Remote_Command_Interface.Context;
              The_Retrieve_Condition :
                 Target_Dependent_Interface.Retrieve_Condition;
              Phases : Target_Dependent_Interface.Phase_Map;
              Status : in out Simple_Status.Condition) is
begin
    Log.Put_Line (Message =>
                     "retrieve_associated_files_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 &
                        ",remote_connection => Cannot display " &
                        ",The_retrieve_condition => " &
                        Target_Dependent_Interface.Retrieve_Condition'Image
                           (The_Retrieve_Condition) & ",phases => " &  
                        Boolean'Image (Phases
                                          (Target_Dependent_Interface.Promote)),
                  Kind => Profile.Debug_Msg);

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