VoiceRopeServerSunRPCServer.mesa
Copyright Ó 1989, 1990 by Xerox Corporation. All rights reserved.
Generated by PolleZ.pa at May 16, 1990 3:45:52 pm PDT
using Sirocco [2.0] of February 10, 1989 6:26:26 pm PST
Polle Zellweger (PTZ) May 16, 1990 3:59:44 pm PDT
DIRECTORY
ThrushSunRPC,
Rope,
VoiceRopeServerSunRPC
;
VoiceRopeServerSunRPCServer: CEDAR DEFINITIONS ~ {
OPEN VoiceRopeServerSunRPC;
Forget: ForgetType;
Record: RecordType;
Play: PlayType;
Cat: CatType;
Stop: StopType;
Substr: SubstrType;
Replace: ReplaceType;
DescribeRope: DescribeRopeType;
SetPermissions: SetPermissionsType;
Pause: PauseType;
Resume: ResumeType;
GetEnergies: GetEnergiesType;
GetPermissions: GetPermissionsType;
Length: LengthType;
GetByInterest: GetByInterestType;
StoreBlock: StoreBlockType;
Retain: RetainType;
FetchBlock: FetchBlockType;
}...
Polle Zellweger (PTZ) May 16, 1990 3:49:24 pm PDT
changes to: DIRECTORY, VoiceRopeServerP912V1, }
Polle Zellweger (PTZ) May 16, 1990 3:58:54 pm PDT
changes to: DIRECTORY, VoiceRopeServerSunRPCClient