-- LupineTimeTestServer.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Last edited by BZM on 12-May-82 19:38:46.
-- Bob Hagmann February 8, 1985 5:12:58 pm PST
-- Server half of two-machine timing test program. See TimeTestLupine.cm.
-- Any warning messages about unbound Import procedures wanted by
-- LupineTimeTestBinder should be ignored.
LupineTimeTestServer: CONFIGURATION
IMPORTS
Heap, LupineRuntime, MesaRPC, RPCLupine, Runtime
CONTROL LupineTimeTestBinder, LupineTimeTestImpl
= BEGIN
-- Rpc runtime.
-- RpcRuntime is loaded via the command line;
-- RPC server stubs and (exporting) remote binder.
LupineTimeTestRpcServerImpl;
LupineTimeTestBinder;
--Simple implementation that echos inputs as results.
LupineTimeTestImpl;
END. -- LupineTimeTestServer.
Bob Hagmann February 8, 1985 5:12:59 pm PST
changes to: LupineTimeTestServer