IPPrinterRaven.config
Copyright Ó 1985, 1986, 1987 by Xerox Corporation. All rights reserved.
Tim Diebert: January 27, 1987 12:21:20 pm PST
Rick Beach, December 5, 1985 8:26:17 am PST
IPPrinterRaven: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, Booting, Convert, FS, GVBasics, GVNames, Imager, -- ImagerBitmapDevicePrivate, ImagerBrick, -- ImagerFont, ImagerPixelMap, Interpress, IO, IPMaster, Process, PupName, PupStream, RavenDriver, RefText, Rope, RuntimeError, SimpleTerminal, STP, SystemVersion, ThisMachine, WatchStats
CONTROL
IPPrinterQueueImpl,
IPPrinterUserImpl,
IPPrinterRemoteStreamLocalStub,
IPPrinterMainImpl
= BEGIN
IPPrinterQueueImpl;
IPPrinterUserImpl;
IPPrinterRemoteStreamLocalStub;
IPPrinterMainImpl;
END.