home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ICNR_
- #define _ICNR_
- /*******************************************************************************
- * FILE NAME: icnr.hpp *
- * *
- * DESCRIPTION: *
- * This file includes all the base container classes. It does NOT include *
- * the container Drag/Drop Classes. *
- * *
- * COPYRIGHT: *
- * IBM Open Class Library *
- * (C) Copyright International Business Machines Corporation 1992, 1996 *
- * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- * US Government Users Restricted Rights - Use, duplication, or disclosure *
- * restricted by GSA ADP Schedule Contract with IBM Corp. *
- * *
- *******************************************************************************/
- #include <icnrctl.hpp>
- #include <icnrobj.hpp>
- #include <icnrcol.hpp>
- #include <icnrevt.hpp>
- #include <icnrhdr.hpp>
- #include <icnrdiev.hpp>
- #include <icnrdihd.hpp>
- #include <icnreevt.hpp>
- #include <icnrehdr.hpp>
- #include <icnrmhdr.hpp>
-
-
- #endif
-