LoganBerrySunRPCClient.Mesa
Copyright Ó 1986 b, 1992y Xerox Corporation. All rights reserved.
Doug Terry, January 4, 1988 2:30:23 pm PST
DIRECTORY
LoganBerrySunRPC;
LoganBerrySunRPCClient: CEDAR DEFINITIONS ~ {
Null: LoganBerrySunRPC.NullType;
DeleteEntry: LoganBerrySunRPC.DeleteEntryType;
ReadEntry: LoganBerrySunRPC.ReadEntryType;
CompactLogs: LoganBerrySunRPC.CompactLogsType;
NextEntry: LoganBerrySunRPC.NextEntryType;
GenerateEntries: LoganBerrySunRPC.GenerateEntriesType;
BuildIndices: LoganBerrySunRPC.BuildIndicesType;
EndGenerate: LoganBerrySunRPC.EndGenerateType;
WriteEntry: LoganBerrySunRPC.WriteEntryType;
Describe: LoganBerrySunRPC.DescribeType;
Close: LoganBerrySunRPC.CloseType;
Open: LoganBerrySunRPC.OpenType;
Error: LoganBerrySunRPC.ErrorType;
}...