home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / cppbeta / ibmcli / icnr.hp_ / ICNR.HPP
Encoding:
C/C++ Source or Header  |  1992-10-26  |  1.6 KB  |  42 lines

  1. #ifndef _ICNR_
  2.    #define _ICNR_
  3. /*******************************************************************************
  4. * FILE NAME: icnr.hpp                                                          *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   This file includes all container classes.                                  *
  8. *                                                                              *
  9. * COPYRIGHT:                                                                   *
  10. *   (C) Copyright IBM Corporation 1992                                         *
  11. *   All Rights Reserved                                                        *
  12. *   Licensed Materials * Property of IBM                                       *
  13. *                                                                              *
  14. * HISTORY:                                                                     *
  15. * $Log:   R:/IBMCLASS/ICNR/VCS/ICNR.HPV  $
  16. //
  17. //   Rev 1.3   25 Oct 1992 16:27:34   nunn
  18. //changed library name to ICLUI
  19. //
  20. //   Rev 1.2   25 Oct 1992 11:15:44   BOBLOVE
  21. //External Beta Release
  22. *                                                                              *
  23. *******************************************************************************/
  24. #ifndef _ICNRCTL_
  25.    #include <icnrctl.hpp>
  26. #endif
  27.  
  28. #ifndef _ICNROBJ_
  29.    #include <icnrobj.hpp>
  30. #endif
  31.  
  32. #ifndef _ICNRCOL_
  33.    #include <icnrcol.hpp>
  34. #endif
  35.  
  36. #ifndef _ICNREVT_
  37.    #include <icnrevt.hpp>
  38. #endif
  39.  
  40. // Add Handlers as well.......
  41. #endif
  42.