home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / imcevt.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  1.4 KB  |  23 lines

  1. #ifndef _IMCEVT_
  2.   #define _IMCEVT_
  3. /*******************************************************************************
  4. * FILE NAME: imcevt.hpp                                                        *
  5. *                                                                              *
  6. * This header is obsolete.  IMouseClickEvent has been moved to imousevt.hpp.   *
  7. *                                                                              *
  8. * DESCRIPTION:                                                                 *
  9. *   Declaration of the classes:                                                *
  10. *     IMouseClickEvent                                                         *
  11. *                                                                              *
  12. * COPYRIGHT:                                                                   *
  13. *   IBM Open Class Library                                                     *
  14. *   (C) Copyright International Business Machines Corporation 1992, 1995       *
  15. *   Licensed Material - Program-Property of IBM - All Rights Reserved.         *
  16. *   US Government Users Restricted Rights - Use, duplication, or disclosure    *
  17. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  18. *                                                                              *
  19. *******************************************************************************/
  20. #include <imousevt.hpp>
  21.  
  22. #endif /* _IMCEVT_ */
  23.