-- YggRepImpls.config -- Copyright Ó 1988 by Xerox Corporation. All rights reserved. -- Last edited by -- Bob Hagmann October 31, 1988 9:50:22 am PST YggRepImpls: CONFIG IMPORTS Atom, BasicTime, Camelot, ExtendibleHash, IO, PrincOpsUtils, Process, RedBlackTree, RefText, Rope, SafeStorage, YggBuffMan, YggDID, YggDIDMap, YggDIDPrivate, YggEnvironment, YggFile, YggFileStream, YggFixedNames, YggIndexMaint, YggLock, YggMonitoringLog, YggNav, YggTransaction EXPORTS ALL CONTROL YggStabilizeImpl, YggVolatilizeImpl, YggBitsImpl, YggDIDImpl, YggDIDMapImpl = BEGIN YggStabilizeImpl; YggVolatilizeImpl; YggBitsImpl; YggDIDImpl; YggDIDMapImpl; END.