add missing Setter
This commit is contained in:
@@ -50,6 +50,12 @@ ObjectFactory::Set (std::string name, const AttributeValue &value)
|
||||
m_parameters.SetWithTid (m_tid, name, value);
|
||||
}
|
||||
|
||||
void
|
||||
ObjectFactory::Set (const AttributeList &list)
|
||||
{
|
||||
m_parameters = list;
|
||||
}
|
||||
|
||||
TypeId
|
||||
ObjectFactory::GetTypeId (void) const
|
||||
{
|
||||
|
||||
@@ -59,6 +59,8 @@ public:
|
||||
*/
|
||||
void Set (std::string name, const AttributeValue &value);
|
||||
|
||||
void Set (const AttributeList &list);
|
||||
|
||||
/**
|
||||
* \returns the currently-selected TypeId to use to create an object
|
||||
* instance.
|
||||
|
||||
Reference in New Issue
Block a user