-- File [Ivy]<Nelson>Lupine>LupineTimeTestServer.config.
-- Last edited by BZM on 12-May-82 19:38:46.

-- 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.