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

  1. /* Copyright (c) IBM Corp. 1992 */
  2. #ifndef _ISRTBAG_H
  3. #define _ISRTBAG_H
  4.  
  5. #include <isbkss.h>
  6. #include <iavlkss.h>
  7.  
  8. IDefineGSortedBagOnGKeySortedSet (IGAvlKeySortedSet, IGSortedBag)
  9.  
  10. #define ISortedBagOps IECOps
  11.  
  12. IDefineStdCollectionWithOps (SortedBag)
  13.  
  14. #endif
  15.