Remove bogus TypeId::ResetInitialValues declaration, fix bindings
This commit is contained in:
@@ -1427,11 +1427,6 @@ def register_Ns3TypeId_methods(root_module, cls):
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## type-id.h (module 'core'): static void ns3::TypeId::ResetInitialValues() [member function]
|
||||
cls.add_method('ResetInitialValues',
|
||||
'void',
|
||||
[],
|
||||
is_static=True)
|
||||
## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function]
|
||||
cls.add_method('SetAttributeInitialValue',
|
||||
'bool',
|
||||
|
||||
@@ -1427,11 +1427,6 @@ def register_Ns3TypeId_methods(root_module, cls):
|
||||
'bool',
|
||||
[],
|
||||
is_const=True)
|
||||
## type-id.h (module 'core'): static void ns3::TypeId::ResetInitialValues() [member function]
|
||||
cls.add_method('ResetInitialValues',
|
||||
'void',
|
||||
[],
|
||||
is_static=True)
|
||||
## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function]
|
||||
cls.add_method('SetAttributeInitialValue',
|
||||
'bool',
|
||||
|
||||
@@ -68,12 +68,6 @@ public:
|
||||
ns3::Ptr<const ns3::TraceSourceAccessor> accessor;
|
||||
};
|
||||
|
||||
/**
|
||||
* Reset the initial value of every attribute to the one
|
||||
* that was specified by the associated object implementation.
|
||||
*/
|
||||
static void ResetInitialValues(void);
|
||||
|
||||
/**
|
||||
* \param name the name of the requested TypeId
|
||||
* \returns the unique id associated with the requested
|
||||
|
||||
Reference in New Issue
Block a user