BasicIOPackage.config
Last Edited by: Teitelman, April 20, 1983 3:42 pm
Last Edited by: MBrown, May 16, 1983 3:52 pm
Last Edited by: Atkinson, May 18, 1983 10:22 pm
Added LINKS: FRAME after FileIOCommonImpl (due to FileIOPrivate.AlpineOpen)
BasicIOPackage: CONFIGURATION LINKS: CODE
IMPORTS Atom, ByteBlt, CedarScanner,
CIFS, Convert, Directory, File, FileIOPrivate
, IO, List, PrintTV, Process, Real, RealOps, RefText, Rope, Runtime, SafeStorage, Space, System, Time, Transaction
EXPORTS
IO, IOExtras, FileIO, FileIOPrivate
CONTROL
IOImpl,
InputImpl,
OutputImpl,
SomeStreamsImpl,
FileIOCommonImpl,
FileIOPilotImpl,
IOPFImpl
= BEGIN
IOImpl LINKS: FRAME; -- imports List
InputImpl LINKS: FRAME; -- imports List
OutputImpl LINKS: FRAME; -- imports PrintTV
SomeStreamsImpl;
FileIOCommonImpl LINKS: FRAME;
FileIOPilotImpl LINKS: FRAME; -- imports CIFS
IOPFImpl;
END.
change log
9-Mar-82 13:16:40 wt: added userprofile
June 10, 1982 11:33 am took out links: frame as per roy's message.
June 11, 1982 2:18 pm removed ttyimpl.
August 23, 1982 11:21 am added Russ's xprinttvimpl
.September 8, 1982 10:47 pm converted to printtvimpl, printtypeimpl
September 10, 1982 1:44 pm removed bbsafety
Edited on December 21, 1982 2:04 pm, by Teitelman
added IOExtrasImpl, CedarScannerImpl (to be removed when CedarScanner becomes MesaScanner)
changes to: BasicIOPackage, IOImpl, =, CedarScannerImpl
Edited on April 13, 1983 5:13 pm, by Teitelman
changes to: EXPORTS, IOMiscImpl, InputImpl, IOMiscImpl, InputImpl, NewIOMiscImpl, InputImpl, NewIOMiscImpl, InputImpl, IMPORTS
Edited on April 15, 1983 9:33 am, by Teitelman
changes to: IMPORTS, EXPORTS, IOMiscImpl, IOMiscImpl
Edited on April 18, 1983 4:30 pm, by Teitelman
changes to: IMPORTS
Edited on April 20, 1983 3:42 pm, by Teitelman
changes to: IMPORTS, EXPORTS, IOImpl, IOImpl
Edited on May 16, 1983 3:52 pm, by MBrown
changes to: EXPORTS, IMPORTS