home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ICNROLST_
- #define _ICNROLST_
- /*******************************************************************************
- * FILE NAME: icnrolst.hpp *
- * *
- * DESCRIPTION: *
- * Declaration of the classes: *
- * ICnrObjectSet *
- * *
- * 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 <iseq.h>
- #include <icnrctl.hpp>
-
- #pragma pack(4)
-
- class ICnrObjectSet : public ISequence<IContainerObject*> {
-
- public:
- /*------------------------ Constructors --------------------------------------*/
- ICnrObjectSet( );
- ICnrObjectSet(const ICnrObjectSet&);
-
- virtual
- ~ICnrObjectSet( );
- }; // ICnrObjectSet
-
- #pragma pack()
-
- #endif // _ICNROLST_
-