From: Marek P. <ma...@us...> - 2002-04-15 21:04:28
|
Update of /cvsroot/javaprofiler/library/src/hash In directory usw-pr-cvs1:/tmp/cvs-serv21227/src/hash Modified Files: hash.h Log Message: serious bug fixes - monitors, deactivating... interface version checking added new test program for testing of memory profiling added Index: hash.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/hash/hash.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** hash.h 10 Feb 2002 18:36:13 -0000 1.22 --- hash.h 15 Apr 2002 21:04:17 -0000 1.23 *************** *** 218,221 **** --- 218,222 ---- if( !item) return NULL; + if( !item->L::inList()) return item; item->L::remove(); |