Refactor namespaces
This commit is contained in:
@@ -149,10 +149,10 @@ def build(bld):
|
||||
'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 @@ def build(bld):
|
||||
'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':
|
||||
|
||||
Reference in New Issue
Block a user