rescan bindings

This commit is contained in:
Craig Dowell
2008-12-02 12:15:18 -08:00
parent c18dc1e4f0
commit f8cf3d5cf4
21 changed files with 704 additions and 310 deletions

View File

@@ -51,6 +51,8 @@ def register_methods(root_module):
return
def register_Ns3V4Ping_methods(root_module, cls):
## v4ping.h: ns3::V4Ping::V4Ping(ns3::V4Ping const & arg0) [copy constructor]
cls.add_constructor([param('ns3::V4Ping const &', 'arg0')])
## v4ping.h: static ns3::TypeId ns3::V4Ping::GetTypeId() [member function]
cls.add_method('GetTypeId',
'ns3::TypeId',
@@ -73,7 +75,6 @@ def register_Ns3V4Ping_methods(root_module, cls):
'void',
[],
visibility='private', is_virtual=True)
cls.add_copy_constructor()
return
def register_functions(root_module):