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

  1. /* Copyright (c) IBM Corp. 1992 */
  2. #ifndef _ISRTMAP_H
  3. #define _ISRTMAP_H
  4.  
  5. #include <ismkss.h>
  6. #include <iavlkss.h>
  7.  
  8. IDefineGSortedMapOnGKeySortedSet (IGAvlKeySortedSet, IGSortedMap)
  9.  
  10. #define ISortedMapOps IEKCOps
  11.  
  12. IDefineStdKeyCollectionWithOps (SortedMap)
  13.  
  14. #endif
  15.