home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IMENUNHD_
- #define _IMENUNHD_
- /*******************************************************************************
- * FILE NAME: imenunhd.hpp *
- * *
- * DESCRIPTION: *
- * Declaration of the classes: *
- * IWindowNotifyHandler *
- * *
- * COPYRIGHT: *
- * IBM Open Class Library *
- * (C) Copyright International Business Machines Corporation 1992, 1996 *
- * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- * US Government Users Restricted Rights - Use, duplication, or disclosure *
- * restricted by GSA ADP Schedule Contract with IBM Corp. *
- * *
- *******************************************************************************/
- #include <iwinnhdr.hpp>
-
- #pragma pack(4)
-
-
- class IMenuNotifyHandler : public IWindowNotifyHandler {
- typedef IWindowNotifyHandler
- Inherited;
- public:
- /*------------------------------- Constructors -------------------------------*/
- IMenuNotifyHandler ( );
- virtual
- ~IMenuNotifyHandler ( );
-
- protected:
- /*---------------------------- Event Dispatching -----------------------------*/
- virtual Boolean
- dispatchHandlerEvent ( IEvent& event );
- }; // IMenuNotifyHandler
-
-
- #pragma pack()
-
- #endif /* _IMENUNHD_ */
-