-- YggRepImpls.config -- Copyright Ó 1988 by Xerox Corporation. All rights reserved. -- Last edited by -- Bob Hagmann May 26, 1988 4:14:26 pm PDT YggRepImpls: CONFIG IMPORTS FileStream, FSBackdoor, IO, RefText, Rope, SafeStorage, SymTab, YggDID, YggDummyProcess, YggFile, YggFilePageMgr, YggLock, YggMonitoringLog, YggOpenDoc, YggTransContext EXPORTS ALL CONTROL YggStabilizeImpl, YggVolatilizeImpl, YggBitsImpl, YggDIDImpl, YggDIDMapImpl, YggFileStreamImpl = BEGIN YggStabilizeImpl; YggVolatilizeImpl; YggBitsImpl; YggDIDImpl; YggDIDMapImpl; YggFileStreamImpl; END.