-- ComputeServerShared.config
-- Bob Hagmann November 5, 1985 1:08:10 pm PST
ComputeServerShared: CONFIG
IMPORTS
-- Cedar
Atom, ComputeServerRpcControl, IO, LupineRuntime, Rope, RPCLupine
EXPORTS
ALL
--
CONTROL
ComputeUtilsImpl,
ComputeServerControllerRpcClientImpl,
ComputeServerControllerRpcBinderImpl,
ComputeServerRpcClientImpl,
ComputeServerRpcBinderImpl
= BEGIN
ComputeUtilsImpl;
ComputeServerControllerRpcClientImpl;
ComputeServerControllerRpcBinderImpl;
ComputeServerRpcClientImpl;
ComputeServerRpcBinderImpl;
END.
Bob Hagmann May 2, 1985 4:33:52 pm PDT
changes to: SummonerController, Atom
Bob Hagmann May 6, 1985 3:04:38 pm PDT
changes to: SummonerController, Atom
Bob Hagmann May 20, 1985 10:10:23 am PDT
changes to: SummonerController, EXPORTS, CONTROL, Atom
Bob Hagmann November 5, 1985 1:05:36 pm PST
changes to: ComputeServerShared, CONTROL