--WriteBehindTestFilePageMgrImpls.config  Karen Kolling November 9, 1983 4:42 pm



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

BEGIN

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