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

  1. /* Copyright (c) IBM Corp. 1992 */
  2. #ifndef _IMAP_H
  3. #define _IMAP_H
  4.  
  5. #include <imapkss.h>
  6. #include <iavlkss.h>
  7.  
  8. IDefineGMapOnGKeySortedSet (IGAvlKeySortedSet, IGMap)
  9.  
  10. #define IMapOps IEKCOps
  11.  
  12. IDefineStdKeyCollectionWithOps (Map)
  13.  
  14. #endif
  15.