Changeset 7414 for trunk/include


Ignore:
Timestamp:
Nov 21, 2001, 8:08:22 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ccollection.h

    r7412 r7414  
    1 /* $Id: ccollection.h,v 1.7 2001-11-21 16:01:48 phaller Exp $ */
     1/* $Id: ccollection.h,v 1.8 2001-11-21 19:08:22 phaller Exp $ */
    22
    33/*
     
    163163        void  setSize(int iNewSize);
    164164        int   getElementMap(PHASHTABLEENTRY pBuffer);
    165         int   getSize() { return iElements; }
     165        int   getSize() { return iSize; }
     166        int   getNumberOfElements() { return iElements; }
    166167 
    167168    protected:
Note: See TracChangeset for help on using the changeset viewer.