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

⟦8665566d4⟧ TextFile

    Length: 1464 (0x5b8)
    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 Promote_Preprocess
             (Host_Unit : Directory.Object;
              Remote_Unit_Name : String;
              Remote_Library : String;
              Remote_Machine : String;
              Remote_Directory : String;
              Pre_Options : String;
              Post_Options : String;
              Options_Separator : String;  
              Remote_Connection : Remote_Command_Interface.Context;
              Is_Secondary : Boolean;
              Status : in out Simple_Status.Condition) is
begin  
    Log.Put_Line (Message =>
                     "promote_preprocess ( 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 &
                        ",pre_options => " & Pre_Options &
                        ",post_options => " & Post_Options &
                        ",option_separator => " & Options_Separator &  
                        ",remote_connection => cannot display" &
                        ",is_secondary => " & Boolean'Image (Is_Secondary),
                  Kind => Profile.Debug_Msg);

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