home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 1993, University of Kansas, All Rights Reserved
- //
- // Class: TDosLynx : public TApplication
- // Include File: TDosLynx.h
- // Purpose: Implement our application object.
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 12-09-93 created
- // 02-09-94 Split all members into seperate files to
- // enhance overlay support.
- #include"tdoslynx.h"
-
- void TDosLynx::getEvent(TEvent& TE_Event) {
- // Purpose: Event handler
- // Arguments: TE_Event Reference to hold event.
- // Return Value: void
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 12-13-93 created
-
- // have the base get the event.
- TProgram::getEvent(TE_Event);
- }