home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / runnable / ibmc / ibmclass / iasrt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-26  |  280 b   |  18 lines

  1. /* Copyright (c) IBM Corp. 1992 */
  2.  
  3. #ifndef _IASRT_H
  4. #define _IASRT_H
  5.  
  6. #include <iglobals.h>
  7. #include <icursor.h>
  8. #include <iaorder.h>
  9.  
  10. template < class Element >
  11. class IASortedCollection :
  12.   public virtual IAOrderedCollection < Element > {
  13. public:
  14.  
  15. };
  16.  
  17. #endif
  18.