XNSRemoteFileDeserialize.mesa
Copyright Ó 1990, 1992 by Xerox Corporation. All rights reserved.
Willie-s, January 31, 1992 3:37 pm PST
DIRECTORY
IO USING [STREAM],
PFS USING [StoreConfirmProc],
PFSClass USING [FSHandle],
PFSNames USING [PATH];
XNSRemoteFileDeserialize:
CEDAR
DEFINITIONS ~ {
XNSDeserialize: PROC[h: PFSClass.FSHandle, directory: PFSNames.PATH, str: IO.STREAM, proc: PFS.StoreConfirmProc]
}. ..