YggFilePackage.config
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Last edited by:
Bob Hagmann May 15, 1989 11:12:50 am PDT
YggFilePackage: CONFIGURATION
IMPORTS Camelot, FileStream, FSBackdoor, -- IO, IOUtils, -- Mach, PrincOpsUtils, Process, RedBlackTree, -- Rope, RuntimeError, -- SafeStorage, YggBuffMan, YggDID, YggDIDMap, YggEnvironment, YggLogBasic, YggTransaction --, VM --
EXPORTS ALL
CONTROL YggFileImpl, YggFileTableImpl, YggFileSegmentImpl, YggFileStreamImpl -- , FSDummyImpl, FileStreamMoreImpl, FileStreamImpl -- =
BEGIN
YggFileImpl;
YggFileTableImpl;
YggFileSegmentImpl;
YggFileStreamImpl;
-- FSDummyImpl;
-- FileStreamMoreImpl;
-- FileStreamImpl;
END.