bindings/python/ns3modulescan-modular.py
changeset 6896 fb47685b1dad
parent 6893 5dccd86f90cf
child 6902 3aa6e43dfe41
--- 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()