home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ICNR_
- #define _ICNR_
- /*******************************************************************************
- * FILE NAME: icnr.hpp *
- * *
- * DESCRIPTION: *
- * This file includes all container classes. *
- * *
- * COPYRIGHT: *
- * (C) Copyright IBM Corporation 1992 *
- * All Rights Reserved *
- * Licensed Materials * Property of IBM *
- * *
- * HISTORY: *
- * $Log: R:/IBMCLASS/ICNR/VCS/ICNR.HPV $
- //
- // Rev 1.3 25 Oct 1992 16:27:34 nunn
- //changed library name to ICLUI
- //
- // Rev 1.2 25 Oct 1992 11:15:44 BOBLOVE
- //External Beta Release
- * *
- *******************************************************************************/
- #ifndef _ICNRCTL_
- #include <icnrctl.hpp>
- #endif
-
- #ifndef _ICNROBJ_
- #include <icnrobj.hpp>
- #endif
-
- #ifndef _ICNRCOL_
- #include <icnrcol.hpp>
- #endif
-
- #ifndef _ICNREVT_
- #include <icnrevt.hpp>
- #endif
-
- // Add Handlers as well.......
- #endif