avoid compilation warning about undefined MobilityModel class.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed Apr 09 09:08:54 2008 -0700 (22 months ago)
changeset 2897cb427d45a011
parent 2896 cb77c96e6149
child 2898 6993ee3fa5a3
avoid compilation warning about undefined MobilityModel class.
src/helper/mobility-helper.cc
src/helper/mobility-helper.h
     1.1 --- a/src/helper/mobility-helper.cc	Tue Apr 08 23:12:19 2008 -0700
     1.2 +++ b/src/helper/mobility-helper.cc	Wed Apr 09 09:08:54 2008 -0700
     1.3 @@ -35,6 +35,8 @@
     1.4  								   "Y", ConstantVariable (0.0));
     1.5    m_mobility.SetTypeId ("ns3::StaticMobilityModel");
     1.6  }
     1.7 +MobilityHelper::~MobilityHelper ()
     1.8 +{}
     1.9  void 
    1.10  MobilityHelper::EnableNotifier (void)
    1.11  {
     2.1 --- a/src/helper/mobility-helper.h	Tue Apr 08 23:12:19 2008 -0700
     2.2 +++ b/src/helper/mobility-helper.h	Wed Apr 09 09:08:54 2008 -0700
     2.3 @@ -40,6 +40,7 @@
     2.4  {
     2.5  public:
     2.6    MobilityHelper ();
     2.7 +  ~MobilityHelper ();
     2.8  
     2.9    /**
    2.10     * After this method is called, every call to MobilityHelper::Layout