(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.5 and 1.6

version 1.5, 2001/04/27 23:54:58 version 1.6, 2001/04/29 18:57:33
Line 40 
Line 40 
 { {
     Uint32 h = 0;     Uint32 h = 0;
  
     for (Uint32 i = 0, n = str.getLength(); i < n; i++)      for (Uint32 i = 0, n = str.size(); i < n; i++)
         h = 5 * h + str[i];         h = 5 * h + str[i];
  
     return h;     return h;


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2