(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.18 and 1.19

version 1.18, 2005/05/18 20:31:08 version 1.19, 2005/05/24 20:39:20
Line 253 
Line 253 
     const void* key) const     const void* key) const
 { {
 #ifdef PEGASUS_OS_VMS #ifdef PEGASUS_OS_VMS
 //  
 // This is to prevent a crash when the hash // This is to prevent a crash when the hash
 //  code hasn't been initialized! //  code hasn't been initialized!
 //  
 //    if (_numChains == 0)      if (_numChains == 0)
 //    {      {
 //      return 0;        return 0;
 //    }      }
 #endif #endif
     Uint32 i = hashCode % _numChains;     Uint32 i = hashCode % _numChains;
  


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2