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

⟦76aab9fe7⟧ TextFile

    Length: 658 (0x292)
    Types: TextFile
    Names: »B«

Derivation

└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
    └─ ⟦9a14c9417⟧ »DATA« 
        └─⟦this⟧ 

TextFile

separate (Library_Extensions)
procedure Remove_Import_Preprocess (View_To_Remove : Directory.Object;
                                    From_View : String;
                                    Status : in out Simple_Status.Condition) is
begin
    Log.Put_Line  
       (Message => "Remove_Import_Preprocess ( View_To_Remove => " &
                      Naming.Get_Simple_Name (View_To_Remove) &
                      ", From_View => " & From_View & ")",
        Kind    => Profile.Sharp_Msg);

    Simple_Status.Initialize (Status);
exception
    when others =>
        Unhandled_Exception (Status, "Remove_Import_Preprocess");
end Remove_Import_Preprocess;