Last Edited by Teitelman, on March 27, 1983 5:52 pm
ViewerIOPackage: CONFIGURATION LINKS: CODE
IMPORTS
Atom, Rope, FileIO, IO, IOExtras, MessageWindow, TiogaOps, TypeScript, ViewerEvents
EXPORTS
IO, ViewerIO, ViewerAbort
CONTROL
ViewerIOImpl,
ViewerIOBridgeImpl,
ViewerAbortImpl
=
BEGIN
ViewerIOImpl;
ViewerIOBridgeImpl;
ViewerAbortImpl;
END.