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

⟦973b854f2⟧ TextFile

    Length: 1293 (0x50d)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

separate (Library_Extensions)
procedure Release_Postprocess  
             (View_To_Remove         :        String;
              Released_View          :        String;
              Remote_Machine         :        String;
              Remote_Directory       :        String;
              Remote_Program_Library :        String;
              Status                 : in out Simple_Status.Condition) is
begin
    Log.Put_Line  
       (Message => "release_postprocess ( From_Working_View => " &
                      View_To_Remove & ", Released_View => " &
                      Released_View & ", Remote_Machine => " &
                      Remote_Machine & ", Remote_Directory => " &
                      Remote_Directory & ", Remote_Program_Library => " &
                      Remote_Program_Library & ")",
        Kind    => Profile.Sharp_Msg);


    Simple_Status.Initialize (Status);
    Make_Path_Postprocess  
       (Host_Path_Name         => Released_View,
        Remote_Machine         => Remote_Machine,
        Remote_Directory       => Remote_Directory,
        Remote_Program_Library => Remote_Program_Library,
        Status                 => Status);

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

end Release_Postprocess;