VoiceRopeServerSunRPCServer.mesa
Copyright Ó 1989, 1990, 1992 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;
DescribeRope: DescribeRopeType;
SetPermissions: SetPermissionsType;
GetEnergies: GetEnergiesType;
GetPermissions: GetPermissionsType;
GetByInterest: GetByInterestType;
StoreBlock: StoreBlockType;
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