]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/HashTools.cc
now can create win32 portable packages
[chaz/yoink] / src / Moof / HashTools.cc
similarity index 95%
rename from src/Moof/Hash.cc
rename to src/Moof/HashTools.cc
index 357b5318a3edb02fb2382fc3689b0f78b84bf1e9..9bcefe3c071489303ba5df4d8c6cbf3fa4d6b01d 100644 (file)
@@ -9,7 +9,7 @@
 *
 **************************************************************************/
 
-#include "Hash.hh"
+#include "HashTools.hh"
 
 
 namespace Mf {
@@ -31,7 +31,7 @@ namespace Mf {
 // 2. It will not produce the same results on little-endian and big-endian
 //    machines.
 
-unsigned getHash::operator()(const void* key, int len,
+unsigned HashFunction::operator()(const void* key, int len,
                                                         unsigned int seed) const
 {
        // 'm' and 'r' are mixing constants generated offline.
This page took 0.018289 seconds and 4 git commands to generate.