Ignore:
Timestamp:
Feb 24, 2002, 3:47:28 AM (24 years ago)
Author:
bird
Message:

New kFile* classes; now in sync with os2tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kList.h

    r4129 r8003  
    1 /* $Id: kList.h,v 1.3 2000-08-31 03:00:13 bird Exp $ */
     1/* $Id: kList.h,v 1.4 2002-02-24 02:47:28 bird Exp $ */
    22/*
    33 * Simple list and sorted list template class.
     
    7777        public:
    7878            #if 0 //MUST BE IMPLEMENTED!
    79             virtual BOOL operator==(const k..Entry &entry) const = 0;
    80             virtual BOOL operator!=(const k..Entry &entry) const = 0;
    81             virtual BOOL operator< (const k..Entry &entry) const = 0;
    82             virtual BOOL operator<=(const k..Entry &entry) const = 0;
    83             virtual BOOL operator> (const k..Entry &entry) const = 0;
    84             virtual BOOL operator>=(const k..Entry &entry) const = 0;
     79            virtual KBOOL operator==(const k..Entry &entry) const = 0;
     80            virtual KBOOL operator!=(const k..Entry &entry) const = 0;
     81            virtual KBOOL operator< (const k..Entry &entry) const = 0;
     82            virtual KBOOL operator<=(const k..Entry &entry) const = 0;
     83            virtual KBOOL operator> (const k..Entry &entry) const = 0;
     84            virtual KBOOL operator>=(const k..Entry &entry) const = 0;
    8585            #endif
    8686    };
Note: See TracChangeset for help on using the changeset viewer.