Client:
CONFIGURATION
LINKS:
FRAME
IMPORTS Convert, ConvertUnsafe, Graphics, GraphicsOps, GVNames, Heap, Icons, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, PupDefs, RealFns, Rope, RopeInline, RPC, RPCLupine, SafeStorage, TankInternal, TIPUser, UnsafeStorage, UserExec, VFonts, ViewerOps
CONTROL TankMasterRpcClientImpl, TankViewer = BEGIN
TankViewer;
TankMasterRpcClientImpl;
END;
Server:
CONFIGURATION
LINKS:
FRAME
IMPORTS Convert, ConvertUnsafe, GVNames, Heap, LupineRuntime, MessageWindow, Process, PupDefs, Rope, RopeInline, RPC, RPCLupine, SafeStorage, UnsafeStorage, UserExec
EXPORTS TankInternal
CONTROL TankMasterRpcServerImpl, TankMasterImpl = BEGIN
TankMasterImpl;
TankMasterRpcServerImpl;
END;