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

⟦161219c9d⟧ TextFile

    Length: 928 (0x3a0)
    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 (Library_Extensions)
procedure Remove_Import_Preprocess (View_To_Remove : Directory.Object;
                                    From_View : String;
                                    Status : in out Simple_Status.Condition) is
begin

    if Rci_Switch_Implementation.Is_Host_Only (Get_View (From_View)) then
        Log.Put_Line (Message => "Not executing Remove_Import_Preprocess.  " &
                                    From_View & " is a Host_Only View.  ",
                      Kind => Profile.Note_Msg);
        Simple_Status.Initialize (Status);
        return;
    else
        Log.Put_Line (Message => "Executing Remove_Import_Preprocess",
                      Kind => Profile.Note_Msg);
    end if;

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