Remove bogus TypeId::ResetInitialValues declaration, fix bindings

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-08-07 16:08:55 +01:00
parent 0c2b0e1761
commit 39ffebadc2
3 changed files with 0 additions and 16 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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