RecordingService.config
Copyright Ó 1985, 1986, 1987 by Xerox Corporation. All rights reserved.
Doug Terry, July 28, 1987 11:45:25 pm PDT
Swinehart, August 1, 1987 11:50:44 pm PDT
RecordingService: CONFIGURATION
IMPORTS Atom, BasicTime, Commander, CommandTool, Convert, FileNames, FS, GVNames, 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.