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/kLIFO.h

    r824 r8003  
    1 /* $Id: kLIFO.h,v 1.1 1999-09-05 02:09:17 bird Exp $ */
     1/* $Id: kLIFO.h,v 1.2 2002-02-24 02:47:27 bird Exp $ */
    22/*
    33 * Simple LIFO template class.
     
    3333            virtual void    unwind(kEntry *pToEntry);
    3434            virtual void    popPush(const kEntry *pToEntry, kLIFO<kEntry> &lifoTo);
    35             BOOL            isEmpty(void) const;
     35            KBOOL           isEmpty(void) const;
    3636
    3737            virtual kEntry *find(const char *pszKey) const;
    38             virtual BOOL    exists(const kEntry *pEntry) const;
     38            virtual KBOOL   exists(const kEntry *pEntry) const;
    3939    };
    4040
Note: See TracChangeset for help on using the changeset viewer.