RecordingService.config
Copyright Ó 1985, 1986, 1987 by Xerox Corporation. All rights reserved.
Doug Terry, November 18, 1986 4:06:59 pm PST
Swinehart, April 8, 1987 9:14:42 am PDT
RecordingService: CONFIGURATION
IMPORTS Atom, BasicTime, Commander, CommandTool, Convert, FileNames, FS, GList, IntervalTimer, Icons, IO, LoganBerry, LupineRuntime, MBQueue, PupSocket, PrincOpsUtils, Process, Rope, RPC, RPCLupine, RuntimeError, ThParty, ThPartyPrivate, ThSmartsRpcControl, ThVersions, UserCredentials, UserProfile, VM, ViewerOps, ViewerEvents, Containers, ImagerFont, Imager, TU, VoiceUtils
EXPORTS BluejaySmarts, Jukebox, VoiceStream, BluejayUtils, RecordingServiceRegister, VoiceRopeServer, VoiceCleanup
CONTROL VoiceRopeServerImpl, VoiceRopeDBImpl, BluejayPackage, BluejaySmartsImpl, BluejayRegisterLocalImpl, RecordingServiceRegisterImpl, VoiceCleanupImpl = BEGIN
BluejaySmartsImpl;
BluejayRegisterLocalImpl;
BluejayPackage;
BluejayUtilsImpl;
BluejayUtilsRpcServerImpl;
RecordingServiceRegisterImpl;
VoiceRopeDBImpl;
VoiceRopeServerImpl;
VoiceRopeServerRpcServerImpl;
VoiceCleanupImpl;
END.