home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / IBMCLASS / ICNR.HPP < prev    next >
Text File  |  1993-10-22  |  2KB  |  60 lines

  1. #ifndef _ICNR_
  2.    #define _ICNR_
  3. /*******************************************************************************
  4. * FILE NAME: icnr.hpp                                                          *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   This file includes all the base container classes. It does NOT include     *
  8. *   the container Drag/Drop Classes.                                           *
  9. *                                                                              *
  10. * COPYRIGHT:                                                                   *
  11. *   (C) Copyright IBM Corporation 1992                                         *
  12. *   All Rights Reserved                                                        *
  13. *   Licensed Materials * Property of IBM                                       *
  14. *                                                                              *
  15. * HISTORY:                                                                     *
  16. *******************************************************************************/
  17. #ifndef _ICNRCTL_
  18.    #include <icnrctl.hpp>
  19. #endif
  20.  
  21. #ifndef _ICNROBJ_
  22.    #include <icnrobj.hpp>
  23. #endif
  24.  
  25. #ifndef _ICNRCOL_
  26.    #include <icnrcol.hpp>
  27. #endif
  28.  
  29. #ifndef _ICNREVT_
  30.    #include <icnrevt.hpp>
  31. #endif
  32.  
  33. #ifndef _ICNRHDR_
  34.    #include <icnrhdr.hpp>
  35. #endif
  36.  
  37. #ifndef _ICNRDIEV_
  38.    #include <icnrdiev.hpp>
  39. #endif
  40.  
  41. #ifndef _ICNRDIHD_
  42.    #include <icnrdihd.hpp>
  43. #endif
  44.  
  45. #ifndef _ICNREEVT_
  46.    #include <icnreevt.hpp>
  47. #endif
  48.  
  49. #ifndef _ICNREHDR_
  50.    #include <icnrehdr.hpp>
  51. #endif
  52.  
  53. #ifndef _ICNRMHDR_
  54.    #include <icnrmhdr.hpp>
  55. #endif
  56.  
  57.  
  58. #endif
  59.  
  60.