Changeset 5832 for trunk/include


Ignore:
Timestamp:
May 30, 2001, 5:31:48 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ccollection.h

    r5830 r5832  
    1 /* $Id: ccollection.h,v 1.1 2001-05-30 01:30:56 phaller Exp $ */
     1/* $Id: ccollection.h,v 1.2 2001-05-30 03:27:36 phaller Exp $ */
    22
    33/*
     
    158158        void  clear();
    159159        void  rehash();
     160        void  setSize(int iNewSize);
    160161
    161162    protected:
    162163        unsigned long nextPrime(unsigned long x);
    163         friend unsigned long static _Optlink hashcode(int iRing, char *pszName);
    164164
    165165        // the array of linear lists
Note: See TracChangeset for help on using the changeset viewer.