home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / cppbeta / bbxxk / iset.h__ / ISET.H
Encoding:
C/C++ Source or Header  |  1992-10-26  |  247 b   |  15 lines

  1. /* Copyright (c) IBM Corp. 1992 */
  2. #ifndef _ISET_H
  3. #define _ISET_H
  4.  
  5. #include <isetkss.h>
  6. #include <iavlkss.h>
  7.  
  8. IDefineGSetOnGKeySortedSet (IGAvlKeySortedSet, IGSet)
  9.  
  10. #define ISetOps IECOps
  11.  
  12. IDefineStdCollectionWithOps (Set)
  13.  
  14. #endif
  15.