501,502c501
< for method_name in ('export_methods', 'export_method_cxx_predecls',
< 'export_method_swig_predecls'):
---
> for method_name in ('export_methods', 'export_method_swig_predecls'):
668,675d666
< # exported via export_methods() to be compiled in the _wrap.cc
< # file. Typically generates one or more #include statements. If
< # any methods are exported, typically at least the C++ header
< # declaring the relevant SimObject class must be included.
< def export_method_cxx_predecls(cls, code):
< pass
<
< # Generate the code needed as a prerequisite for the C++ methods
706d696
< cls.export_method_cxx_predecls(code)