1.1 --- a/bindings/python/ns3modulegen_generated.py Tue Sep 02 11:12:42 2008 +0100
1.2 +++ b/bindings/python/ns3modulegen_generated.py Mon Oct 06 17:39:35 2008 +0100
1.3 @@ -236,6 +236,8 @@
1.4 ns3_module_helper__local.register_types(module)
1.5
1.6 root_module.end_section('ns3_module_helper')
1.7 + module.add_container('std::vector< unsigned int >', 'unsigned int', container_type='vector')
1.8 + module.add_container('std::list< unsigned int >', 'unsigned int', container_type='list')
1.9
1.10 ## Register a nested module for the namespace internal
1.11