-- File: Grapenut.config
-- Contents: whitepages facilities, running on top of Squirrel and Finch
-- Created by Cattell, January 1984
-- Last Edited by: Cattell, January 13, 1984 5:30 pm
Grapenut: CONFIGURATION
IMPORTS
Commander, CommandTool, DB, DBQ, IO, FinchSmarts, FS, Menus, Nut,
NutOps, NutViewer, Rope, PhoneRegistry, TiogaOps, TiogaExtraOps,
UserCredentials, ViewerIO, ViewerOps
EXPORTS PhoneRegistry
CONTROL DBQImpl, PhoneRegistryImpl, GrapenutImpl = BEGIN
DBQImpl; -- Layer on top of DB providing public/private databases
PhoneRegistryImpl; -- PhoneRegistry operations
GrapenutImpl; -- Implements commands and Squirrel windows
END.