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

⟦9d4561da1⟧ TextFile

    Length: 497 (0x1f1)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

separate (Library_Extensions)
procedure Destroy_View_Postprocess (Host_Path_Name : String;
                                    Status : in out Simple_Status.Condition) is

begin
    Log.Put_Line (Message => "Executing Destroy_View_Postprocess",
                  Kind => Profile.Note_Msg);

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

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

end Destroy_View_Postprocess;