ViewersSnapshot.mesa; last edited by McGregor October 25, 1982 2:35 pm
Last Edited by: Maxwell, December 17, 1982 9:59 am
DIRECTORY
CedarSnapshot USING [Outcome],
Menus USING [ClickProc];
ViewersSnapshot: CEDAR DEFINITIONS = BEGIN
Checkpoint: PROC RETURNS [outcome: CedarSnapshot.Outcome] ;
RollBack: PROC ;
MCheckpoint, MRollBack: Menus.ClickProc ; -- same as above, for use by screen buttons
END.