-- LupineMarshalTestServer.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Last edited by BZM on 12-May-82 19:44:32.
-- Last edited by Bob Hagmann, February 8, 1985 5:16:56 pm PST

-- Server half of two-machine timing test program. See MarshalTestLupine.cm.

-- Any warning messages about unbound Import procedures wanted by
-- LupineMarshalTestBinder should be ignored.


LupineMarshalTestServer: CONFIGURATION
IMPORTS
 Atom, ConvertUnsafe, LupineRuntime, Rope, RPC, RPCLupine, UserCredentials
CONTROL LupineMarshalTestBinder, LupineMarshalTestImpl
= BEGIN

-- Rpc runtime.
-- RpcRuntime is loaded via the command line.;


-- RPC server stubs and (exporting) remote binder.
LupineMarshalTestRpcServerImpl;
LupineMarshalTestBinder;

--Simple implementation that echos inputs as results.
LupineMarshalTestImpl;


END. -- LupineMarshalTestServer.
Bob Hagmann February 8, 1985 5:16:56 pm PST
changes to: LupineMarshalTestServer