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

  1. /* Copyright (c) IBM Corp. 1992 */
  2. #ifndef _ISRTREL_H
  3. #define _ISRTREL_H
  4.  
  5. #include <isrksb.h>
  6. #include <iksbag.h>
  7.  
  8. IDefineGSortedRelationOnGKeySortedBag (IGKeySortedBag, IGSortedRelation)
  9.  
  10. #define ISortedRelationOps IEKCOps
  11.  
  12. IDefineStdKeyCollectionWithOps (SortedRelation)
  13.  
  14. #endif
  15.