|
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 - downloadIndex: ┃ B T ┃
Length: 1759 (0x6df) 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 Remove_Import_Postprocess (View_To_Remove : Directory.Object; From_View : String; Status : in out Simple_Status.Condition) is Machine_Result : constant Library_Interface.String_Result := Library_Interface.Remote_Machine (View => From_View); Directory_Result : constant Library_Interface.String_Result := Library_Interface.Remote_Directory (View => From_View); Library_Result : constant Library_Interface.String_Result := Library_Interface.Remote_Library (View => From_View); Remote_Machine : constant String := Machine_Result.Result (1 .. Machine_Result.Size); Remote_Directory : constant String := Directory_Result.Result (1 .. Directory_Result.Size); Remote_Library : constant String := Library_Result.Result (1 .. Library_Result.Size); Host_List_File : constant String := From_View & ".State.Tool_State." & Default_Host_List_File; Old_Context : Directory.Naming.Context; begin if Rci_Switch_Implementation.Is_Host_Only (Get_View (From_View)) then Log.Put_Line (Message => "Not executing Remove_Import_Postprocess. " & From_View & " is a Host_Only View. ", Kind => Profile.Note_Msg); Simple_Status.Initialize (Status); return; else Log.Put_Line (Message => "Executing Remove_Import_Postprocess", Kind => Profile.Note_Msg); end if; Update_Remote_Imports (Host_View => From_View, Status => Status); exception when others => Unhandled_Exception (Status, "Remove_Import_Postprocess"); end Remove_Import_Postprocess;