-- LupineMarshalTestClient.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Last edited by BZM on 12-May-82 19:44:07.
-- Bob Hagmann February 8, 1985 5:17:06 pm PST
-- Client half of two-machine timing test program. See MarshalTestLupine.cm.
-- Any warning messages about unbound Export procedures wanted by
-- LupineMarshalTestBinder should be ignored.
LupineMarshalTestClient: CONFIGURATION
IMPORTS
Atom, BasicTime, Convert, IO, Loader,
LupineRuntime, Process, ProcessExtras, Rope, RPC, RPCLupine, RPCLupineExtras,
UnsafeStorage, UserCredentials, ViewerIO
CONTROL LupineMarshalTestBinder, LupineMarshalTestDriver
= BEGIN
-- Rpc runtime.
-- RpcRuntime is loaded via the command line.
-- Exerciser.
LupineExerciserPkg;
-- RPC client stubs and (importing) remote binder.
LupineMarshalTestRpcClientImpl;
LupineMarshalTestRpcBinderImpl;
LupineMarshalTestBinder;
-- Driver program that performs timings.
LupineMarshalTestDriver;
END. -- LupineMarshalTestClient.
Bob Hagmann February 8, 1985 5:16:43 pm PST
changes to: LupineMarshalTestClient
Bob Hagmann February 8, 1985 5:17:06 pm PST
changes to: LupineMarshalTestClient