<> <> <> 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.