ThrushSunStub.config
Copyright Ó 1990, 1992 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, June 4, 1992 8:09 pm PDT
ThrushSunStub: CONFIGURATION
IMPORTS Atom, Basics, CardTab, Convert, IO, RefTab, Rope, RPC, RuntimeError, SunPMapClient, SunPMapLocal, SunRPC, SunRPCOnUDP, SunRPCAuth, SunYPAgent, VoiceUtils
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
Swinehart, June 4, 1992 12:02:55 pm PDT
Cleanup and fork from DCedar during Cedar 10 port.