--- a/bindings/python/ns3modulescan-modular.py Sun Mar 13 13:19:56 2011 +0000
+++ b/bindings/python/ns3modulescan-modular.py Sun Mar 13 15:28:57 2011 +0000
@@ -243,9 +243,9 @@
gccxml_options=gccxml_options)
module_parser.scan_types()
- #callback_classes_file = open(os.path.join(os.path.dirname(pygen_file_name), "callbacks_list.py"), "wt")
- #scan_callback_classes(module_parser, callback_classes_file)
- #callback_classes_file.close()
+ callback_classes_file = open(os.path.join(os.path.dirname(output_file_name), "callbacks_list.py"), "wt")
+ scan_callback_classes(module_parser, callback_classes_file)
+ callback_classes_file.close()
module_parser.scan_methods()