Spy.config
edited by Bruce 10-Mar-81 20:04:58
edited by Levin, 26-Aug-81 16:08:40
edited by Maxwell, April 28, 1983 11:18 am
Spy: CONFIGURATION LINKS : CODE
IMPORTS
AMBridge, AMTypes, BBContext, BBObjectLocation, BBVOps, Buttons, Commander, Convert, Directory, FastBreak, File, Graphics, GraphicsOps, Heap, Icons, InputFocus, IntervalTimer, IntervalTimerFace, IO, Labels, LongString, Process, Rope, RTProcess, RTStorageAccounting, RTSymbolOps, RTSymbols, RTTypesPrivate, Runtime, SafeStorage, Space, SpecialSpace, System, Time, Transaction,TypeScript, UserTerminal, VFonts, ViewerIO, ViewerOps
EXPORTS SpyClient, SpyLog, SpyOps
CONTROL SpyLogImpl, SpyKernelImpl, SpyBreaksImpl, SpyViewerImpl =
BEGIN
SpyBreaksImpl; -- handles start breaks and user breaks
SpyKernelImpl; -- the core of the spy
SpyLogImpl; -- logging data in an efficient way
SpyLogReaderImpl; -- converting log to a convenient form
SpyPrintImpl; -- printing log
SpyViewerImpl; -- viewer interface to SpyClient
END.