--ReadAheadTestFilePageMgrImpls.config Karen Kolling November 28, 1983 2:26 pm
ReadAheadTestFilePageMgrImpls: CONFIGURATION
IMPORTS BasicTime, File, FS, IO, Process, Rope, SafeStorage, SystemVersion, VM
CONTROL AlpineZonesStubImpl, RandomCardImpl, MyPerfStatsImpl, FileMapImpl,
FileMapObjectImpl, FilePageMgrImpls, ReadAheadTestFilePageMgrImpl
=
BEGIN
AlpineZonesStubImpl;
ReadAheadTestFilePageMgrImpl;
FilePageMgrImpls;
FileMapImpl;
FileMapObjectImpl;
RandomCardImpl;
MyPerfStatsImpl;
END.