--- a/bindings/python/ns3modulescan.py Tue Jan 13 19:27:44 2009 +0000
+++ b/bindings/python/ns3modulescan.py Tue Jan 13 19:28:26 2009 +0000
@@ -150,11 +150,11 @@
and pygccxml_definition.name.startswith('Schedule'):
global_annotations['ignore'] = None
- # unblock python threads for Simulator::Run
+ # manually wrapped
if isinstance(pygccxml_definition, member_function_t) \
and pygccxml_definition.parent.name == 'Simulator' \
and pygccxml_definition.name == 'Run':
- global_annotations['unblock_threads'] = True
+ global_annotations['ignore'] = True
## classes