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

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