bug 506 -- remove name version of SetPositionAllocator
This commit is contained in:
@@ -46,12 +46,7 @@ MobilityHelper::SetPositionAllocator (Ptr<PositionAllocator> allocator)
|
||||
{
|
||||
m_position = allocator;
|
||||
}
|
||||
void
|
||||
MobilityHelper::SetPositionAllocator (std::string allocatorName)
|
||||
{
|
||||
Ptr<PositionAllocator> allocator = Names::Find<PositionAllocator> (allocatorName);
|
||||
m_position = allocator;
|
||||
}
|
||||
|
||||
void
|
||||
MobilityHelper::SetPositionAllocator (std::string type,
|
||||
std::string n1, const AttributeValue &v1,
|
||||
|
||||
@@ -50,13 +50,6 @@ public:
|
||||
* \param allocator allocate initial node positions
|
||||
*/
|
||||
void SetPositionAllocator (Ptr<PositionAllocator> allocator);
|
||||
/**
|
||||
* Set the position allocator which will be used to allocate the initial
|
||||
* position of every node initialized during MobilityModel::Install.
|
||||
*
|
||||
* \param allocator allocate initial node positions
|
||||
*/
|
||||
void SetPositionAllocator (std::string allocatorName);
|
||||
|
||||
/**
|
||||
* \param type the type of mobility model to use.
|
||||
|
||||
Reference in New Issue
Block a user