--- a/src/core/wscript Tue Nov 13 16:35:51 2012 -0800
+++ b/src/core/wscript Tue Nov 13 16:38:48 2012 -0800
@@ -149,10 +149,10 @@
'model/system-path.cc',
'helper/random-variable-stream-helper.cc',
'helper/event-garbage-collector.cc',
- 'model/hash.cc',
- 'model/hash-implementation.cc',
+ 'model/hash-function.cc',
'model/hash-murmur3.cc',
'model/hash-fnv.cc',
+ 'model/hash.cc',
]
core_test = bld.create_ns3_module_test_library('core')
@@ -256,10 +256,10 @@
'model/math.h',
'helper/event-garbage-collector.h',
'helper/random-variable-stream-helper.h',
- 'model/hash.h',
- 'model/hash-implementation.h',
+ 'model/hash-function.h',
'model/hash-murmur3.h',
'model/hash-fnv.h',
+ 'model/hash.h',
]
if sys.platform == 'win32':