--FilePageMgrImpls.config
-- Last edited by:
-- Karen Kolling on October 28, 1983 3:41 pm
DIRECTORY
RedBlackTreeImpl: FROM "FilePageMgrRedBlackTreeImpl";
FilePageMgrImpls: CONFIGURATION
IMPORTS AlpineZones, BasicTime, File, FileMap, Process, VM
EXPORTS FilePageMgr
CONTROL FilePageMgrMainImpl, FilePageMgrLruImpl, FilePageMgrIOImpl, RedBlackTreeImpl =
BEGIN
FilePageMgrMainImpl;
FilePageMgrLruImpl;
FilePageMgrIOImpl;
RedBlackTreeImpl;
END.