ThrushSunStub.config
Copyright Ó 1990 by Xerox Corporation. All rights reserved.
Polle Zellweger (PTZ) August 13, 1990 7:50:53 pm PDT
Pier, May 24, 1990 2:49:34 pm PDT
Swinehart, September 22, 1990 11:42 am PDT
ThrushSunStub: CONFIGURATION
IMPORTS Atom, Basics, CardTab, Convert, ConvertExtras, IO, RefTab, Rope, RPC, RuntimeError, SunPMapClient, SunPMapLocal, SunRPC, SunRPCAuth, SunYPAgent, VoiceUtils, VoiceUtilsExtras
Convert is needed in PCedar; not in DCedar.
EXPORTS ALL
CONTROL ThrushSunRPCConvertImpl, SRPCCallsImpl, ThPartyToThPartySunRPC, ThPartySunRPCClientStub, VoiceRopeServerToVoiceRopeServerSunRPC, VoiceRopeServerSunRPCClientStub, LarkFeepToLarkFeepSunRPC, LarkFeepSunRPCClientStub, SynthesizerServerToSynthesizerServerSunRPC, SynthesizerServerSunRPCClientStub
= BEGIN
ThrushSunRPCConvertImpl;
SRPCCallsImpl;
ThPartyToThPartySunRPC;
ThPartySunRPCClientStub;
ThSmartsSunRPCToThSmarts; -- bind these two with each Smarts implementation directly
ThSmartsSunRPCServerStub; -- import CardTab, SunPMapLocal, ThSmarts
VoiceRopeServerToVoiceRopeServerSunRPC;
VoiceRopeServerSunRPCClientStub;
LarkFeepToLarkFeepSunRPC;
LarkFeepSunRPCClientStub;
SynthesizerServerToSynthesizerServerSunRPC;
SynthesizerServerSunRPCClientStub;
END.
Polle Zellweger (PTZ) July 30, 1990 6:04:03 pm PDT
changes to: ThrushSunStub
Swinehart, September 16, 1990 9:46:16 pm PDT
LarkTTY decommissioned
changes to: ThrushSunStub