-- LogMapImpls.config
 -- Last edited by
 --   Kolling on November 12, 1982 5:12 pm


DIRECTORY

      RedBlackTreeImpl: FROM "LogMapRedBlackTreeImpl";


LogMapImpls: CONFIGURATION
   IMPORTS FileMap, SafeStorage, TransactionMap
   EXPORTS AlpineInternal, LogMap
   CONTROL RedBlackTreeImpl, LogMapImpl =

BEGIN

  LogMapImpl;
  RedBlackTreeImpl;
  
END.