From 83630fb56bf439fb5b1fe3cf074f121299e0bd95 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Sat, 26 Jun 2004 19:24:18 +0000 Subject: INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED 2003/12/08 14:46:36 hjs 1.2.68.1: #i8252# fixed commandline problem; generic ids --- rsc/inc/rschash.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rsc/inc/rschash.hxx') diff --git a/rsc/inc/rschash.hxx b/rsc/inc/rschash.hxx index 3aba6eadc95a..c1ede568092c 100644 --- a/rsc/inc/rschash.hxx +++ b/rsc/inc/rschash.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rschash.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $ + * last change: $Author: hjs $ $Date: 2004-06-26 20:24:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,6 +111,7 @@ public: HashString( USHORT nMaxEntries ); // max size of hash-tabel ~HashString(); USHORT HashFunc( const void * pElement ); // return hash value + static USHORT Hash_Func( const void * pElement ); // return hash value BOOL IsEntry( HASHID nIndex ); COMPARE Compare( const void * pElement, HASHID nIndex ); HASHID Insert( const char * pStr ); // test of insert string -- cgit