-- Talker.config
-- Last Modified By Paul Rovner On April 19, 1983 10:43 am
-- Last Edited by: Greene, April 19, 1984 5:46:41 pm PST
-- Last Edited by: Nickell, June 15, 1984 12:18:22 pm PDT
-- Last Edited by: Rumph, June 15, 1984 3:32:51 pm PDT

Talker: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, Booting, Commander, Containers, DefaultRegistry, Icons,
LupineRuntime, MBQueue, Rope,
RPCLupine, SafeStorage,
InputFocus, IO, Labels, Menus, Process, RopeReader, RPC, TEditLocks,
TextNode, TextEdit, TiogaOps, TypeScript, UserCredentials,
VFonts, ViewerEvents, ViewerIO, ViewerOps, ViewerTools, File
CONTROL TalkerImpl, ConversationImpl
= BEGIN

TalkerImpl;
ConversationImpl;
TalkerOpsRpcServerImpl;
TalkerOpsRpcClientImpl;
TalkerOpsRpcBinderImpl;

END
.