Refactor namespaces

This commit is contained in:
Peter D. Barnes, Jr.
2012-11-13 16:38:48 -08:00
parent 00ae7f99a0
commit 705906ef5e
10 changed files with 105 additions and 83 deletions

View File

@@ -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':