-- Talker.config
-- Last Modified By Paul Rovner On April 19, 1983 10:43 am

Talker: CONFIGURATION LINKS: CODE
IMPORTS Atom, BBSafety, CedarSnapshot, Commander, ConvertUnsafe, Heap, Icons, Inline,
Interpreter, LupineRuntime, MBQueue, Rope,
RopeInline, RPCLupine, RTTypesBasic, SafeStorage, Time, UnsafeStorage,
Containers, InputFocus, IO, Labels, Menus, Process, RopeReader, RPC, TEditLocks,
TextNode, TextEdit, TiogaOps, TypeScript, UserCredentials,
VFonts, ViewerEvents, ViewerIO, ViewerOps, ViewerTools, Volume
CONTROL TalkerImpl, ConversationImpl
= BEGIN

TalkerImpl;
ConversationImpl;
TalkerOpsRpcServerImpl;
TalkerOpsRpcClientImpl;
TalkerOpsRpcBinderImpl;

END
.