ThSmartsSunRPC.Mesa
Copyright Ó 1989, 1990 by Xerox Corporation. All rights reserved.
Generated by Pier.pa at May 18, 1990 5:44:59 pm PDT
using Sirocco [2.0] of February 10, 1989 6:26:26 pm PST
DIRECTORY
SunRPC,
ThrushSunRPC,
Rope;
ThSmartsSunRPC: CEDAR DEFINITIONS ~ {
ROPE: TYPE ~ Rope.ROPE;
CedarRope: TYPE ~ ROPE;
CedarAtom: TYPE ~ ROPE;
CedarNat: TYPE ~ CARD32;
CedarByte: TYPE ~ CARD32;
SubstitutionType: TYPE ~ PROC [h: SunRPC.Handle, shh: CARD32, convEvent: ThrushSunRPC.ConvEvent, oldPartyID: CARD32, newPartyID: CARD32];
ReportActionType: TYPE ~ PROC [h: SunRPC.Handle, shh: CARD32, report: ThrushSunRPC.ActionReport];
CheckInType: TYPE ~ PROC [h: SunRPC.Handle, shh: CARD32, credentials: ThrushSunRPC.Credentials, voicePath: BOOLEAN, reason: ROPE, remark: ROPE, nextScheduledCheck: INT32];
ProgressType: TYPE ~ PROC [h: SunRPC.Handle, shh: CARD32, convEvent: ThrushSunRPC.ConvEvent];
}...