]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/HashTools.hh
now can create win32 portable packages
[chaz/yoink] / src / Moof / HashTools.hh
similarity index 87%
rename from src/Moof/Hash.hh
rename to src/Moof/HashTools.hh
index e97ee254ec140fb04fdc8542bec83e754dddc9d8..5bed739d069f749c37f47c16bc0bd1c46e690c38 100644 (file)
@@ -9,8 +9,8 @@
 *
 **************************************************************************/
 
-#ifndef _MOOF_HASH_HH_
-#define _MOOF_HASH_HH_
+#ifndef _MOOF_HASHTOOLS_HH_
+#define _MOOF_HASHTOOLS_HH_
 
 #include <string>
 
@@ -20,7 +20,7 @@
 namespace Mf {
 
 
-struct getHash
+struct HashFunction
 {
        // generic hash function
        unsigned operator()(const void* key, int len,
@@ -40,5 +40,5 @@ struct getHash
 
 } // namespace Mf
 
-#endif // _MOOF_HASH_HH_
+#endif // _MOOF_HASHTOOLS_HH_
 
This page took 0.018341 seconds and 4 git commands to generate.