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

⟦590db0a53⟧ TextFile

    Length: 739 (0x2e3)
    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 Change_Remote_Context_Postprocess
             (Remote_Directory : String;
              Remote_Library : String;
              Remote_Connection : Remote_Command_Interface.Context;
              Status : in out Simple_Status.Condition) is
begin
    Log.Put_Line (Message =>
                     "change_remote_context_postprocess ( remote_directory =>" &
                        Remote_Directory &
                        ",remote_library => " & Remote_Library &
                        ",remote_connection => cannot be displayed ",
                  Kind => Profile.Debug_Msg);

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