-- SummonerClient.config
-- Bob Hagmann April 18, 1986 1:14:43 pm PST
-- Hal Murray, March 22, 1986 10:49:45 pm PST
SummonerClient: CONFIG
IMPORTS
-- Cedar
AMBridge, Atom, BasicTime, Booting, Commander, CommandTool,
ComputeServerCallbacks, ComputeServerClient,
ComputeServerControllerRpcControl, ComputeServerRpcControl,
ComputeUtils, Convert, DFUtilities, EditedStream,
FileNames, FileViewerOps, FS, FSBackdoor, GVNames, Interpreter, IO,
LupineRuntime, MBQueue, Menus,
Process, ProcessProps, PupName, PupStream,
Rope, RPC, RPCLupine, UnsafeStorage, UserCredentials, UserProfile,
ViewerIO, ViewerOps, VM
EXPORTS
ALL
--
CONTROL
ComputeServerCallbacksRpcServerImpl,
ComputeClientImpl,
ComputeClientControllerCmdsImpl,
ComputeClientDebuggingImpl
= BEGIN
ComputeServerCallbacksRpcServerImpl;
ComputeClientImpl;
ComputeClientControllerCmdsImpl;
ComputeClientDebuggingImpl;
END.
Bob Hagmann April 18, 1986 12:12:20 pm PST
removed ComputeServerUser
Bob Hagmann April 18, 1986 1:14:43 pm PST
changes to: SummonerClient