-- ByeOps.mesa - editted by: -- Poskanzer 18-Mar-83 14:54:17 -- Bruce 31-May-83 20:47:32 ByeOps: DEFINITIONS = BEGIN -- used by diagnostics StopBouncing: PROC; ResumeBouncing: PROC; -- private stuff ByeActivate: PROCEDURE; LoginActivate: PROCEDURE; END.