-- AlpObjectDebugImpls.config
-- This config can be loaded by an implementor after loading AlpObjectImpls
-- Last edited by
-- MBrown on June 16, 1983 4:14 pm
-- Kolling on October 19, 1983 11:22 am


AlpObjectDebugImpls: CONFIGURATION
IMPORTS
AlpPrivate, AlpineDebug, AlpineFile,
Atom, LupineRuntime, Rope, RPC, RPCLupine, SafeStorage
EXPORTS AlpDebug
CONTROL
AlpineDebugRpcClientImpl,
AlpineDebugRpcBinderImpl,
AlpDebugImpl =
BEGIN

AlpDebugImpl;

-- discard the instance of AlpineDebug exported by the server stubs.
[alpineDebug: AlpineDebug, AlpineDebugRpcControl: AlpineDebugRpcControl] ←
AlpineDebugRpcClientImpl[];
AlpineDebugRpcBinderImpl;

END.