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

⟦34c0022f5⟧ TextFile

    Length: 1996 (0x7cc)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

with Compilation_Extensions;
with Extensions_Generic;
with Library_Extensions;

package body All_Extensions is

    package Ce renames Compilation_Extensions;
    package Le renames Library_Extensions;

    package Extensions_Instantiation is
       new Extensions_Generic
              (  
               Make_Path_Preprocess => Le.Make_Path_Preprocess,
               Make_Path_Postprocess => Le.Make_Path_Postprocess,

               Destroy_View_Preprocess => Le.Destroy_View_Preprocess,
               Destroy_View_Postprocess => Le.Destroy_View_Postprocess,

               Import_Preprocess => Le.Import_Preprocess,
               Import_Postprocess => Le.Import_Postprocess,

               Remove_Import_Preprocess => Le.Remove_Import_Preprocess,
               Remove_Import_Postprocess => Le.Remove_Import_Postprocess,

               Release_Preprocess => Le.Release_Preprocess,
               Release_Postprocess => Le.Release_Postprocess,

               Link_Preprocess => Le.Link_Preprocess,
               Link_Postprocess => Le.Link_Postprocess,

               Promote_Preprocess => Ce.Promote_Preprocess,
               Promote_Postprocess => Ce.Promote_Postprocess,

               Demote_Preprocess => Ce.Demote_Preprocess,
               Demote_Postprocess => Ce.Demote_Postprocess,

               Retrieve_Associated_Files_Preprocess =>
                  Ce.Retrieve_Associated_Files_Preprocess,
               Retrieve_Associated_Files_Postprocess =>
                  Ce.Retrieve_Associated_Files_Postprocess,

               Build_Default_Target_Name => Ce.Build_Default_Target_Name,

               Change_Remote_Context_Preprocess =>
                  Ce.Change_Remote_Context_Preprocess,
               Change_Remote_Context_Postprocess =>
                  Ce.Change_Remote_Context_Postprocess);

    procedure Register (Target_Key_Name : String := "") is
    begin
        Extensions_Instantiation.Register (Target_Key_Name);
    end Register;
end All_Extensions;