<> <> <> 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.