ComputeServerCommon.mesa
This EXPORTs to ComputeServerCallbacks for the Error code. Run this once if testing in a single machine, and in each machine during normal operation.
Last Edited by: Bob Hagmann, September 12, 1984 3:48:39 pm PDT
Copyright © 1984 by Xerox Corporation. All rights reserved.
DIRECTORY
FS,
ComputeServerCallbacks;
ComputeServerCommon: CEDAR PROGRAM
EXPORTS ComputeServerCallbacks
= BEGIN
Error: PUBLIC ERROR [error: FS.ErrorDesc] = CODE;
END.