-- YggLogImpls.config -- Last edited by -- Bob Hagmann May 12, 1988 8:01:33 am PDT YggLogImpls: CONFIG IMPORTS Basics, ConstArith, ConvertUnsafe, RedBlackTree, SafeStorage, YggDIDMap, YggDummyProcess, YggFile, YggFilePageMgr, YggImport, YggRecoveryPassProcs, YggTransactionMap, VM EXPORTS ALL CONTROL YggLogBasicWriteImpl, YggLogBasicImpl, YggRestartFileImpl, YggLogImpl, YggLogMapImpl = BEGIN YggLogBasicWriteImpl; YggLogBasicImpl; YggRestartFileImpl; YggLogImpl; YggLogMapImpl; END.