-- SummonerServer.config
-- Bob Hagmann July 30, 1986 11:07:14 am PDT
-- Hal Murray, March 22, 1986 11:18:35 pm PST

SummonerServer: CONFIG
IMPORTS
-- Cedar
AMBridge, AMEvents, AMEventsBackdoor, AMEventsBackdoorExtra, AMModel, AMProcess, AMTypes, AMViewerOps, Atom, BasicTime, CedarProcess, Commander, CommandTool, ComputeServerCallbacks, ComputeServerControllerRpcControl, ComputeServerInternal, ComputeServerRpcControl, ComputeServerServer, ComputeUtils, Convert, CountedVM, DFOperations, DFUtilities, EvalQuote, File, FS, FSBackdoor, FSDir, FSFileOps, FSLock, FSName, FSReport, GVSend, Idle, Interpreter, InterpreterOps, IO, List, Loader, LoadState, LupineRuntime, MBQueue, MessageWindow, PrincOpsUtils, Process, ProcessBackdoor, ProcessProps, PupName, PupStream, RefText, Rope, RPC, RPCLupine, RuntimeError, SafeStorage, SummonerControllerControl, SymTab, SystemVersion, UnsafeStorage, UserCredentials, UserCredentialsBackdoor, UserProfile, UserProfileBackdoor, ViewerIO, ViewerOps, VMStatistics, VMSideDoor, WatchStats, WorldVM, VM
EXPORTS
ComputeServerControl, ComputeServerInternal, ComputeServerStatistics
--
CONTROL
ComputeServerRpcServerImpl,
ComputeServerCallbacksRpcClientImpl,
ComputeServerCallbacksRpcBinderImpl,


ComputeServerDebuggerImpl,
ComputeServerImpl,
ComputeServerMaintenanceImpl,
ComputeServerServicesImpl

= BEGIN


ComputeServerRpcServerImpl;
ComputeServerCallbacksRpcClientImpl;
ComputeServerCallbacksRpcBinderImpl;

ComputeServerDebuggerImpl;
-- ComputeServerPupsImpl;
ComputeServerImpl;
ComputeServerMaintenanceImpl;
ComputeServerServicesImpl;

END.
Bob Hagmann April 18, 1986 12:13:26 pm PST
removed ComputeServerUser
Bob Hagmann May 5, 1986 9:15:38 am PDT
changes to: SummonerServer, AMBridge
Bob Hagmann May 6, 1986 9:34:30 am PDT
changes to: SummonerServer, DebuggerSwap
Bob Hagmann May 6, 1986 11:36:18 am PDT
changes to: SummonerServer, DebuggerSwap
Bob Hagmann May 6, 1986 2:21:26 pm PDT
changes to: SummonerServer, AMBridge
Bob Hagmann June 16, 1986 3:59:09 pm PDT
changes to: SummonerServer, AMBridge
Bob Hagmann July 21, 1986 9:32:03 am PDT
changes to: SummonerServer, EXPORTS
Bob Hagmann July 30, 1986 11:07:15 am PDT
changes to: SummonerServer, AMBridge