File: TiogaVoicePackage.config
generates all the stuff for including voice in documents and editing voice
Ades, April 25, 1986 11:43:21 am PST
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Swinehart, March 23, 1987 2:59:06 pm PST
TiogaVoicePackage: CONFIGURATION
IMPORTS
BasicTime, Commander, CommandTool, Convert, FileReader, FS, FSBackdoor, Imager, ImagerColor, ImagerFont, IO, MBQueue, Menus, MessageWindow, NodeStyle, Process, Rope, Real, TEditFormat, TEditInput, TEditInputImpl, TEditInputOps, TEditSelection, TextEdit, TiogaAccess, TiogaButtons, TiogaMenuOps, TiogaOps, TiogaExtraOps, ViewerBLT, ViewerEvents, ViewerLocks, ViewerOps, ViewerTools, VoiceRope, WindowManager
EXPORTS
VoiceInText, VoiceViewers, VoiceRecord, VoicePlayBack, DictationOps, VoiceEditOps, SoundList, VoiceMarkers, SourceMarkerTracking, VoiceAging
CONTROL
VoiceInTextImpl, VoiceInterestImpl, TalksBubbleImpl, VoiceViewersImpl, VoiceEditInterceptImpl, VoiceEditOpsImpl, VoiceRecordImpl, VoicePlayBackImpl, DictationOpsImpl, SoundListImpl, VoiceMarkersImpl, TextInVoiceImpl, SourceMarkerTrackingImpl, VoiceAgingImpl =
BEGIN
VoiceInTextImpl;
VoiceInterestImpl;
TalksBubbleImpl;
VoiceViewersImpl;
VoiceEditInterceptImpl;
VoiceEditOpsImpl;
VoiceRecordImpl;
VoicePlayBackImpl;
DictationOpsImpl;
SoundListImpl;
VoiceMarkersImpl;
TextInVoiceImpl;
SourceMarkerTrackingImpl;
VoiceAgingImpl;
END.