-- NSPrintAgent.config
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bill Jackson June 22, 1985 7:40:17 pm PDT
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
NSPrintAgent: CONFIGURATION
IMPORTS AddressTranslation, Buffer, Courier, DESFace, Driver, FileName,
FileTransfer, Heap, MStream, NameInfoDefs, NameUpdateDefs,
NSDataStream, NSString, Process, ProtocolDefs, PupDefs, Put, Space,
String, System, VM
CONTROL NSPrintAgentImpl = {
CedarNSPrintRpcServerImpl;
CedarNSPrintUtilsRpcServerImpl;
FilerImpl;
NSPrintClientConfig;
NSPrintAgentImpl;
RPCRuntime;
}...