CHEntriesP0V0ClientImpl.Mesa
Copyright (C) 1986 by Xerox Corporation. All rights reserved.
Generated by Demers.pa at November 26, 1986 5:27:49 pm PST
using Sirocco [1.0] of September 25, 1986 3:44:23 am PDT
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
}...