FSImpl.config
Copyright Ó 1984, 1985, 1986, 1987 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) October 17, 1985 3:33:05 pm PDT
Hal Murray, January 23, 1986 9:48:31 pm PST
Bob Hagmann, March 11, 1987 10:06:09 am PST
Doug Wyatt, January 24, 1987 10:54:33 pm PST
Demers, November 8, 1987 9:18:54 am PST
FSImpl: CONFIGURATION
IMPORTS BTree, BasicTime, Booting, Convert, CountedVM, DebuggerSwap, File, FileBackdoor, FileInternal, GVBasics, IO, List, PrincOpsUtils, Process, ProcessProps, RefText, RemoteFile, Rope, RopeHash, RuntimeError, SafeStorage, VM
EXPORTS ALL
CONTROL -- BTreeImpl, BTreeVMImpl, -- FSBTreeVMImpl, FSDirImpl, FSFileOpsImpl, FSFileSpaceImpl, FSFileStreamImpl, FSLockImpl, FSLockTableImpl, FSMainImpl1, FSMainImpl2, FSNameImpl, FSOpenFileImpl, FSPropertiesImpl, FSPseudoServersImpl, FSRemoteFileImpl, FSReportImpl
= BEGIN
BTreeImpl;
BTreeVMImpl; -- others use it
FSBTreeVMImpl;
FSDirImpl;
FSFileOpsImpl;
FSFileSpaceImpl;
FSFileStreamImpl;
FSLockImpl;
FSLockTableImpl;
FSMainImpl1;
FSMainImpl2;
FSNameImpl;
FSOpenFileImpl;
FSPropertiesImpl;
FSPseudoServersImpl;
FSRemoteFileImpl;
FSReportImpl;
END.
Bob Hagmann April 29, 1985 10:07:32 am PDT
changes to: FSImpl
Russ Atkinson (RRA) October 17, 1985 3:32:59 pm PDT
Removed FSPkgRefImpl (merged with FSLockTableImpl)
Bob Hagmann April 29, 1985 10:07:32 am PDT
changes to: added FSBTreeVMImpl