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 - metrics - download
Index: R T

⟦bef75497e⟧ TextFile

    Length: 947 (0x3b3)
    Types: TextFile
    Names: »READ_ME«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

This Changed_Units package supports the identification of all units that
have been modified since the last update of the database.  Note that this
capability is supported by Rational CMVC, but this tool may be used with 
units that are not under CMVC control.

Two procedures are exported:

  procedure Initialize (World : String := "$$");
  
  This procedure initializes a database then stores the last update time
  for each unit.  The World parameter specifies the world in which units
  will be tracked.
  
  function New_Or_Changed_Units
              (In_World : String := "$$"; Update : Boolean := True)
              return Object.Iterator;
              
  This function returns a object iterator of units that have been
  modified since the last update.  The In_World parameter specifies
  which world to check for new or modified units.  The boolean "Update"
  parameter specifies whether to update the world's database to a new
  time.