Update fd-net-device bindings for Object::Initialize change

This commit is contained in:
Tom Henderson
2013-04-26 11:36:33 -07:00
parent a8065eb589
commit 72b4166e2c
2 changed files with 4 additions and 4 deletions

View File

@@ -2719,8 +2719,8 @@ def register_Ns3Object_methods(root_module, cls):
'ns3::TypeId',
[],
is_static=True)
## object.h (module 'core'): void ns3::Object::Start() [member function]
cls.add_method('Start',
## object.h (module 'core'): void ns3::Object::Initialize() [member function]
cls.add_method('Initialize',
'void',
[])
## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]

View File

@@ -2719,8 +2719,8 @@ def register_Ns3Object_methods(root_module, cls):
'ns3::TypeId',
[],
is_static=True)
## object.h (module 'core'): void ns3::Object::Start() [member function]
cls.add_method('Start',
## object.h (module 'core'): void ns3::Object::Initialize() [member function]
cls.add_method('Initialize',
'void',
[])
## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]