File: Whiteboard.config
Copyright (C) 1984 by Xerox Corporation. All rights reserved.
Last edited by:
Jennifer Widom on August 24, 1984 11:50:40 am PDT
Jim Donahue, December 26, 1984 8:07:33 am PST
Whiteboard: CONFIGURATION LINKS: CODE
IMPORTS
Atom, Booting, ClassIncreek, Commander, CommandTool, Convert, CountedVM, DB, DBIcons, DBNames, DBTools, FileNames, FS, Graphics, Icons, IconManager, ImagerFrameBuffer, ImagerManhattan, ImagerPixelMaps, InputFocus, IO, MBQueue, Menus, MessageWindow, Nut, Process, RealFns, Rope, SafeStorage, Terminal, TiogaMenuOps, TIPUser, UserCredentials, UserProfile, ViewerEvents, ViewerLocks, ViewerOps, ViewerTools, VirtualDesktops, VM
EXPORTS WhiteboardDB, WhiteboardDBPrivate
CONTROL
ImagerFrameBufferImpl, ImagerManhattanImpl, ImagerPixelMapsImpl,
WhiteboardViewersImpl, WhiteboardDBPrivateImpl, WhiteboardDBImpl,
WhiteboardDump, WhiteboardLoad, WhiteboardNut, WhiteboardOpsImpl =
BEGIN
-- Imager support routines
ImagerFrameBufferImpl;
ImagerManhattanImpl;
ImagerPixelMapsImpl;
-- Whiteboard implementation
WhiteboardViewersImpl;
WhiteboardDBPrivateImpl;
WhiteboardDBImpl;
WhiteboardDump;
WhiteboardLoad;
WhiteboardOpsImpl;
WhiteboardNut;
END.