home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / icnr.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  1.5 KB  |  31 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. *   IBM Open Class Library                                                     *
  12. *   (C) Copyright International Business Machines Corporation 1992, 1996       *
  13. *   Licensed Material - Program-Property of IBM - All Rights Reserved.         *
  14. *   US Government Users Restricted Rights - Use, duplication, or disclosure    *
  15. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  16. *                                                                              *
  17. *******************************************************************************/
  18. #include <icnrctl.hpp>
  19. #include <icnrobj.hpp>
  20. #include <icnrcol.hpp>
  21. #include <icnrevt.hpp>
  22. #include <icnrhdr.hpp>
  23. #include <icnrdiev.hpp>
  24. #include <icnrdihd.hpp>
  25. #include <icnreevt.hpp>
  26. #include <icnrehdr.hpp>
  27. #include <icnrmhdr.hpp>
  28.  
  29.  
  30. #endif
  31.