-- NamesAndLog.config
-- Makes NamesAndLog.bcd; implements Names and Log; repairs RPC after-Rollback behavior and disables AMEventsImpl.informing when run.
-- last edit by Swinehart on November 27, 1983 2:12 am
Last Edited by: Swinehart, June 13, 1984 3:12:19 pm PDT
Last Edited by: Pier, May 20, 1984 10:30:51 pm PDT
NamesAndLog: CONFIGURATION
IMPORTS AMBridge, AMEvents, AMTypes, Atom, BasicTime, Commander, Convert, FS, GVNames, Interpreter, IO, MBQueue, MBQueueImpl, Process, ProcessProps, PupDefs, RefTab, SymTab, Rope, RPC, UserCredentials
EXPORTS Log, Names, NamesGV
CONTROL LogImpl, NamesImpl, NamesGVImpl = {
LogImpl;
NamesImpl;
NamesGVImpl;
}.