-- CHEntriesP0V0ClientImpl.Mesa
-- Copyright Ó 1991 by Xerox Corporation. All rights reserved.
-- Copyright (C) 1989 by Xerox Corporation. All rights reserved.
-- Generated by Willie-sue.pa at February 13, 1989 2:51:10 pm PST
-- using Sirocco [2.0] of February 10, 1989 6:26:26 pm PST
DIRECTORY
CrRPC,
TimeP15V2,
CHNameP2V0,
CHOpsP2V3,
CHEntriesP0V0;
CHEntriesP0V0ClientImpl: CEDAR PROGRAM
IMPORTS CrRPC
EXPORTS CHEntriesP0V0 ~ {
OPEN CHEntriesP0V0;
GetError: CrRPC.GetErrorProc ~ {
ERROR CrRPC.Error[h, remoteError, "Unexpected Remote Error"];
};
-- Remote Procedures --
}...