home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CEBSwitchboard.h
-
- Interface for the Switchboard Class
-
- Copyright © 1992 Joe Zobkiw. All rights reserved.
-
- Copyright © 1995 Gregory Bonk. All rights reserved.
- Changes upgrade to TPM 7.0.7
- ******************************************************************************/
-
- #pragma once
-
- #include "CSwitchboard.h"
-
- class CEBSwitchboard : public CSwitchboard
- {
- public:
-
- CEBSwitchboard(void);
- ~CEBSwitchboard(void);
-
-
- // event processing
- void DispatchEvent(EventRecord *macEvent);
- void DoIdle(EventRecord *macEvent);
-
- };