Update fd-net-device bindings for Object::Initialize change
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user