diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 19:24:18 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 19:24:18 +0000 |
commit | 83630fb56bf439fb5b1fe3cf074f121299e0bd95 (patch) | |
tree | 0a6cdbaecd610a46fa0a277869e7b76c4e405b84 /rsc | |
parent | 34f05f3b7e939bacc907390012dced3a67cd45a7 (diff) |
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
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rschash.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 |