home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / runnable / ibmc / ibmclass / icnrevt.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-26  |  1.7 KB  |  40 lines

  1. #ifndef _ICNREVT_
  2.    #define _ICNREVT_
  3. /*******************************************************************************
  4. * FILE NAME: icnrevt.hpp                                                       *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   This file includes all the container event classes.                        *
  8. *     ICnrHandler                                                              *
  9. *                                                                              *
  10. * COPYRIGHT:                                                                   *
  11. *   (C) Copyright IBM Corporation 1992                                         *
  12. *   All Rights Reserved                                                        *
  13. *   Licensed Materials * Property of IBM                                       *
  14. *                                                                              *
  15. * HISTORY:                                                                     *
  16. * $Log:   R:/IBMCLASS/ICNR/VCS/ICNREVT.HPV  $
  17. //
  18. //   Rev 1.3   25 Oct 1992 16:27:58   nunn
  19. //changed library name to ICLUI
  20. //
  21. //   Rev 1.2   25 Oct 1992 11:17:32   BOBLOVE
  22. //External Beta Release
  23. *                                                                              *
  24. *******************************************************************************/
  25. #if !defined(_ICNRBEVT_)
  26.    #include <icnrbevt.hpp>
  27. #endif
  28.  
  29. #if !defined(_ICNRDEVT_)
  30.   #if 0
  31.    #include <icnrdevt.hpp>
  32.   #endif
  33. #endif
  34.  
  35. #if !defined(_ICNREEVT_)
  36.    #include <icnreevt.hpp>
  37. #endif
  38.  
  39. #endif
  40.