| 
 | 
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes | 
 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software.  | 
top - metrics - downloadIndex: B T
    Length: 961 (0x3c1)
    Types: TextFile
    Names: »B«
└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 
separate (Library_Extensions)
procedure Destroy_View_Postprocess (Host_Path_Name : String;  
                                    Remote_Machine : String;
                                    Remote_Directory : String;
                                    Status : in out Simple_Status.Condition) is
begin
    if Rci_Switch_Implementation.Is_Host_Only (Get_View (Host_Path_Name)) then
        Log.Put_Line (Message => "Not executing Destroy_View_Postprocess.  " &
                                    Host_Path_Name & " is a Host_Only View.  ",
                      Kind => Profile.Note_Msg);
        Simple_Status.Initialize (Status);
        return;
    else
        Log.Put_Line (Message => "Executing Destroy_View_Postprocess",
                      Kind => Profile.Note_Msg);
    end if;
    Simple_Status.Initialize (Status);
exception
    when others =>
        Unhandled_Exception (Status, "Destroy_View_Postprocess");
end Destroy_View_Postprocess;