Football.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Maxwell, December 14, 1982 2:45 pm
Spreitzer, May 1, 1984 10:38:33 pm PDT
Russ Atkinson (RRA) August 14, 1985 6:58:13 pm PDT
Football: CONFIGURATION
LINKS: CODE
IMPORTS Atom, BasicTime, Commander, Convert, FS, Imager, ImagerBackdoor, ImagerColor, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Random, Real, RealFns, Rope, RPC, RPCLupine, TIPUser, UserCredentials, VFonts, ViewerOps, ViewerTools
CONTROL Client, Server =
BEGIN
Client: CONFIGURATION LINKS: FRAME
IMPORTS Atom, Commander, Convert, FS, FootballInternal, Imager, ImagerBackdoor, ImagerColor, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Real, Rope, RPC, RPCLupine, TIPUser, UserCredentials, VFonts, ViewerOps, ViewerTools
CONTROL FootballViewer, FootballPlays =
BEGIN
FootballPlays;
FootballViewer;
FootballMasterRpcClientImpl;
END;
Server: CONFIGURATION LINKS: FRAME
IMPORTS Atom, BasicTime, LupineRuntime, Process, Random, RealFns, Rope, RPC, RPCLupine, UserCredentials
EXPORTS FootballInternal
CONTROL FootballControl =
BEGIN
FootballControl;
FootballMasterRpcServerImpl;
END;
Client;
Server;
END.