ViewersWorldRefType.mesa
Copyright Ó 1990, 1991 by Xerox Corporation. All rights reserved.
Bier, August 13, 1990 3:09 pm PDT
Contents: Defines the (opaque) ViewersWorld.Ref type. This type was moved to a separate interface to reduce compilation dependencies on ViewersWorld. See ViewersWorldTypes for the concrete definintion of Ref.
DIRECTORY
;
ViewersWorldRefType: CEDAR DEFINITIONS = BEGIN
Ref: TYPE = REF ViewersWorldObj;
ViewersWorldObj: TYPE;
END.