-- YggNavImpls.config -- Copyright Ó 1988 by Xerox Corporation. All rights reserved. -- Last edited by -- Bob Hagmann January 4, 1989 1:07:27 pm PST YggNavImpls: CONFIG IMPORTS BasicTime, BTree, BTreeVM, Convert, IO, PrincOpsUtils, Process, RefTab, RefText, Rope, YggDID, YggDIDPrivate, YggDIDMap, YggLock, YggFile, YggFileStream, YggIndexMaint, YggNaming, YggRep, YggTransaction EXPORTS ALL CONTROL YggNavImpl, YggNamingImpl, YggNFSImpl = BEGIN YggNavImpl; YggNamingImpl; YggNFSImpl; END.