TEditLocksPrivate.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Edited by Paxton on August 7, 1982 1:43 pm
Doug Wyatt, March 3, 1985 1:55:00 pm PST
DIRECTORY
TextNode USING [Ref],
TEditLocks USING [LockRef];
TEditLocksPrivate: CEDAR DEFINITIONS
= BEGIN
GetLock: PROC [root: TextNode.Ref] RETURNS [lock: TEditLocks.LockRef];
END.