--ReadAheadTestFilePageMgrImpls.config  Karen Kolling November 8, 1983 3:10 pm



ReadAheadTestFilePageMgrImpls: CONFIGURATION
   IMPORTS CedarVersion, File, FileIO, IO, KernelFile, Process, Rope, RTTypesBasic,
      SafeStorage, Space, System, Transaction, Volume
   CONTROL AlpineZonesStubImpl, RandomCardImpl, MyPerfStatsImpl, FileMapImpl,
      FileMapObjectImpl, FilePageMgrImpls, ReadAheadTestFilePageMgrImpl
       =

BEGIN

  AlpineZonesStubImpl;
  ReadAheadTestFilePageMgrImpl;
  FilePageMgrImpls;
  FileMapImpl;
  FileMapObjectImpl;
  RandomCardImpl;
  MyPerfStatsImpl;
  
END.