home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IMMREMNH_
- #define _IMMREMNH_
- /*******************************************************************************
- * FILE NAME: immremnh.hpp *
- * *
- * DESCRIPTION: *
- * Declaration of the classes: *
- * IMMRemovableMediaNotifyHandler *
- * *
- * 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 <immdevnh.hpp>
-
-
- class IMMRemovableMediaNotifyHandler : public IMMDeviceNotifyHandler {
- typedef IMMDeviceNotifyHandler
- Inherited;
- public:
- /*----------------------------- Constructors ---------------------------------*/
- IMMRemovableMediaNotifyHandler();
- virtual
- ~IMMRemovableMediaNotifyHandler();
-
- protected:
- /*---------------------------- Event Processing ------------------------------*/
- virtual Boolean
- dispatchHandlerEvent (IEvent& anEvent);
-
- };
-
-
- #endif /* _IMMREMNH_ */
-