ThSmartsSunRPCToThSmarts.mesa
Copyright Ó 1990, 1992 by Xerox Corporation. All rights reserved.
Pier, May 18, 1990 6:10:44 pm PDT
Polle Zellweger (PTZ) October 29, 1990 5:06:10 pm PST
Exports ThSmartsSunRPCServer, which is called by ThSmartsSunRPCServerStub, and calls the real ThSmarts routines.
ThSmartsSunRPCToThSmarts:
CEDAR
PROGRAM
IMPORTS ThSmarts, ThrushSunRPCConvert
EXPORTS ThSmartsSunRPCServer
OPEN ThSmartsSunRPC, ThSmartsSunRPCServer, ThrushSunRPCConvert;
Substitution:
PUBLIC SubstitutionType = {
ThSmarts.Substitution[shh: Thrush.none, convEvent: SrToConvEvent[convEvent], oldPartyID: oldPartyID, newPartyID: newPartyID];
};
}.