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

⟦d5fed5b59⟧ TextFile

    Length: 699 (0x2bb)
    Types: TextFile
    Names: »B«

Derivation

└─⟦407de186f⟧ Bits:30000749 8mm tape, Rational 1000, RCFSUN
    └─ ⟦e5cd75ab4⟧ »DATA« 
        └─⟦this⟧ 

TextFile

separate (Library_Extensions)
procedure Release_Preprocess (From_Working_View : String;
                              Released_View : String;
                              Remote_Machine : String;
                              Remote_Directory : String;
                              Remote_Program_Library : String;
                              Status : in out Simple_Status.Condition) is
begin
    Log.Put_Line (Message => "Executing Release_Preprocess",
                  Kind => Profile.Note_Msg);

    -- set context
    Simple_Status.Initialize (Status);
    -- reset context

exception
    when others =>
        Unhandled_Exception (Status, "Release_Preprocess");

end Release_Preprocess;