VCirio.config
Copyright Ó 1990, 1991, 1992, 1993 by Xerox Corporation. All rights reserved.
Laurie Horton, June 24, 1991 5:00 pm PDT factored from CirioPCRTargetWorldTools
Laurie Horton, August 15, 1992 3:55 pm PDT
Spreitze, July 24, 1992 6:41 pm PDT
Philip James, February 19, 1992 2:56 pm PST
Jas, November 19, 1992 9:52 am PST
Willie-s, March 30, 1993 12:57 pm PST
VCirio: CONFIGURATION
IMPORTS
from the system
Atom, Buttons, CirioBackstop, Commander, CommanderOps, Containers, Convert, DisassembleSPARC, FileNames, IO, Labels, LocalCirio, MBQueue, NetworkName, PFS, PopUpButtons, Process, RemoteCirio, Rope, Rules, RuntimeError, SourceFileOps, StackCirio, SystemNames, Termination, TiogaAccess, TiogaAccessViewers, TiogaOps, TypeScript, ViewerEvents, ViewerIO, ViewerOps, ViewerTools,
CCTypes
EXPORTS CirioButtons, WindowSystemInterface
CONTROL RemoteDriver3, CirioButtonsImpl, PopUpDriver2, WindowSystemInterfaceImpl
=
BEGIN
RemoteDriver3;
PopUpDriver2;
CirioButtonsImpl;
WindowSystemInterfaceImpl;
END..