CHEntriesP0V0ClientImpl.Mesa
Copyright (C) 1986 by Xerox Corporation. All rights reserved.
Generated by Demers.pa at January 6, 1987 4:15:07 pm PST
using Sirocco [2.0] of January 6, 1987 4:07:33 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 --
}...