IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 9:40:15 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psHash03.c

    r892 r1022  
    22    This code will test whether hash tables entries can be removed correctly.
    33 
    4     GUS: Add code to test whether duplicates are handled correctly.
     4    NOTE: Add code to test whether duplicates are handled correctly.
    55 *****************************************************************************/
    66#include <stdio.h>
     
    102102    while (myKeys[i] != NULL) {
    103103        id = psHashRemove(myHashTable, myKeys[i], (void (*)(void *))IdFree);
    104         // GUS: The psHashRemove() procedure removes the entry from the hash
     104        // The psHashRemove() procedure removes the entry from the hash
    105105        // table, but does not delete the data.  The following is necessary
    106106        // to delete the data as well (which is returned from the call).
Note: See TracChangeset for help on using the changeset viewer.