merge
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sat, 21 Feb 2009 22:50:53 +0000
changeset 4203 53a87941480f
parent 4202 272cabf60878 (current diff)
parent 4201 511a086fde07 (diff)
child 4204 1b2a20c85856
merge
--- a/src/helper/mobility-helper.cc	Sat Feb 21 22:50:04 2009 +0000
+++ b/src/helper/mobility-helper.cc	Sat Feb 21 22:50:53 2009 +0000
@@ -46,12 +46,7 @@
 {
   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,
--- a/src/helper/mobility-helper.h	Sat Feb 21 22:50:04 2009 +0000
+++ b/src/helper/mobility-helper.h	Sat Feb 21 22:50:53 2009 +0000
@@ -50,13 +50,6 @@
    * \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.