(file) Return to HashTable.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/HashTable.cpp between version 1.10 and 1.11

version 1.10, 2001/07/10 22:31:13 version 1.11, 2001/12/13 14:53:59
Line 242 
Line 242 
  
 const _BucketBase* _HashTableRep::lookup( const _BucketBase* _HashTableRep::lookup(
     Uint32 hashCode,     Uint32 hashCode,
     const void* key)      const void* key) const
 { {
     Uint32 i = hashCode % _numChains;     Uint32 i = hashCode % _numChains;
  


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2