home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) IBM Corp. 1992 */
-
- #ifndef _IAEQKSRT_H
- #define _IAEQKSRT_H
-
- #include <iglobals.h>
- #include <icursor.h>
- #include <iaeqkey.h>
- #include <iaeqsrt.h>
- #include <iaksrt.h>
-
- template < class Element, class Key >
- class IAEqualityKeySortedCollection :
- public virtual IAEqualityKeyCollection < Element, Key >,
- public virtual IAEqualitySortedCollection < Element >,
- public virtual IAKeySortedCollection < Element, Key > {
- public:
-
- };
-
- #endif