home *** CD-ROM | disk | FTP | other *** search
- /* AMReminderApp.h -- application class */
- /* Created 01/01/95 12:01 PM by AppMaker */
-
- #pragma once
-
- #include "zAMReminderApp.h"
-
- /*----------*/
- class CAMReminderApp : public ZAMReminderApp {
- public:
- void IAMReminderApp (void); // is override
- void SetUpFileParameters (void); // is override
- void DoCommand (long theCommand); // is override
- void UpdateMenus (void); // is override
-
- protected:
- virtual void DoDeleteReminder (void);
-
- protected:
- // your application-specific instance variables:
-
- }; /* CAMReminderApp */
-