MarkerControlConfig.config
Copyright (C) Xerox Corporation 1984, 1985, 1986. All rights reserved.
Last edited by Jacks: 6-Nov-85 14:17:16
Tim Diebert: October 28, 1986 4:47:48 pm PST
MarkerControlConfig: CONFIGURATION LINKS: CODE
IMPORTS BasicTime, Convert, FS, IO, Loader, LSEPFace, LSEPDiagnostics, Message, NSExec, NSString, PrintQueue, Process, PrincOpsUtils, PSAsyncMsg, PSCommand, PSExec, RefText, Rope, TestPattern, TextInput, ThisMachine, TTY, VM, XFormat, XMessage
EXPORTS MarkerInit, MarkerControlInternal = BEGIN
<<All of these modules comprise a mulit-module monitor of which MarkerControlImpl is the root. If MarkerControlImpl is recompiled, the other modules must all be recompiled as well.>>
MarkerControlImpl;
BansheeMarkerControlImpl;
D1MarkerControlImpl;
FaxMarkerControlImpl;
FX3500MarkerControlImpl;
RavenMarkerControlImpl;
BansheeConfig;
RavenConfig;
END. -- of MarkerControlConfig
LOG when/who/what
****EARLIER LOG ENTRIES DELETED. See archived version from 8.0.
17-Aug-84 13:44:07 - Jacks - Got rid of APSMarkerControlImpl and APSEngine import.
18-Sep-84 9:42:01 - Jacks - Added BansheeMarkerControlImpl and Banshee imports.
5-Oct-84 11:26:45 - Jacks - Config renamed from PSKernelConfig to KernelConfig.
16-Oct-84 13:37:25 - Jacks - Renamed from KernelConfig to ControlConfig; added MergeControlImpl and ForwardingControlImpl; added NSPrint to imports.
26-Oct-84 13:51:37 - Jacks - Added TargetPSConfig.
14-Dec-84 10:31:57 - Jacks - Replaced NSPrintClientConfig by NSPrintCourierClientImpl.
18-Apr-85 13:44:12 - Jacks - Removed NSHerald from imports.
27-Jun-85 13:08:15 - Jacks - Renamed TargetPSConfig to RemoteEngineConfig; added LocalEngineConfig and FormattersConfig; added D1MarkerControlImpl.
7-Aug-85 23:43:00 - Jacks - Added ControlMessagesImpl and ControlMessages to exports. Delete import of D1EngineExtra and FX3500EngineExtra.
9-Sep-85 16:50:03 - Jacks - Added PrintQueueExtras to exports.
6-Nov-85 14:17:11 - Jacks - Removed ControlMessagesImpl; added PSKMessages to imports; removed XString from imports.