ViewersSnapshot.mesa; last edited by McGregor October 25, 1982 2:35 pm
Last Edited by: Maxwell, December 17, 1982 9:59 am
Last Edited by: Pausch, August 26, 1983 10:41 am
DIRECTORY
ViewerClasses USING [NotifyProc],
CedarSnapshot USING [Outcome];
ViewersSnapshot: CEDAR DEFINITIONS = BEGIN
Checkpoint: PROC RETURNS [outcome: CedarSnapshot.Outcome] ;
RollBack: PROC ;
Notifier: ViewerClasses.NotifyProc ; -- same as above, for use by screen buttons
END.