PSCommandImpl.config
Copyright (C) Xerox Corporation 1984, 1985, 1986. All rights reserved.
Last edited by Jacks 21-Nov-85 11:51:23
Tim Diebert: October 23, 1986 3:44:26 pm PDT
<<These modules implement the Print Service command level, as defined by the PSCommand, PSInit and PSState interfaces. These modules are the bridge between the client level above and the Print Service kernel level (internal working of the PS) below.>>
PSCommandImpl: CONFIGURATION LINKS: CODE
IMPORTS
BansheeTest, D1Test, DecomposerControl, FaxTest, FontConverter, FontDirectory, ForwardingControl, FX3500Test, Heap, MarkerInit, MergeControl, MiscUtilities, MsgOps, NSDataStream, NSFile, NSPrintCourier, NSSegment, NSString, PrintQueue, PrintQueueExtras, Process, PSAsyncMsg, PSKMessages, PSVolume, PSVolumeExtras, QueueControl, QueueFile, RavenTest, Space, SpecialSpace, SpoolControl, StableData, Stream, String, System, TargetPS, TestPattern, Time, XMessage
EXPORTS PrintServiceAccounting, PSCommand, PSCommandExtras, PSInit
CONTROL PSCommandInitImpl =
BEGIN
PSCommandInitImpl; --initialization
PSCommandAImpl; --print requests; stop/start procs
PSCommandBImpl; --font/file and set parameters procs
PSCommandCImpl; --query target ps and miscellaneous
END.
LOG when/who/what
5-Oct-84 11:00:38 - Jacks - Created. Split off from old ExecutiveConfig.
19-Oct-84 11:07:01 - Jacks - Added Profile, MiscUtilities, ForwardingControl and MergeControl to imports; added PSCommandExtra to exports; removed SpecialSpace from imports.
26-Oct-84 13:55:49 - Jacks - Added TargetPS to imports.
16-Nov-84 9:58:15 - Jacks - Removed PSCommandExtra from exports; added PrintServiceAccounting to exports.
3-Dec-84 14:43:48 - Jacks - Added FontConverter to imports.
13-Dec-84 13:46:59 - Jacks - Added PSCommandExtras to exports.
6-Feb-85 16:48:47 - Jacks - Added TestPatternExtras to imports.
12-Feb-85 16:20:32 - Jacks - Removed NSPrint from imports.
27-Feb-85 11:18:44 - Jacks - Added BansheeTest to imports.
18-Jun-85 14:52:23 - Jacks - Added copyright notice; removed PSCommandExtras from exports; removed TestPatternExtras from imports.
27-Jun-85 13:25:40 - Jacks - Added D1Test to imports.
23-Jul-85 13:30:19 - Jacks - Added to imports: ControlMessages MsgOps XMessage; deleted from imports: Message ProductFactoring.
31-Jul-85 16:21:24 - Jacks - Added PSCommandExtras to exports.
28-Aug-85 15:30:18 - Jacks - Added FaxTest and PSVolumeExtras to imports.
9-Sep-85 16:49:29 - Jacks - Added PrintQueueExtras to imports.
11-Sep-85 15:08:51 - Jacks - Added FontDirectory to imports.
24-Sep-85 14:49:32 - Jacks - Removed PSCommandExtras from exports.
27-Sep-85 13:27:08 - Jacks - Added Special Space to imports.
6-Nov-85 14:15:50 - Jacks - Removed ControlMessages from imports; added PSKMessages to imports.
21-Nov-85 11:51:07 - Jacks - Added PSCommandExtras to exports.