avoid compilation warning about undefined MobilityModel class.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 09 Apr 2008 09:08:54 -0700
changeset 2897 cb427d45a011
parent 2896 cb77c96e6149
child 2898 6993ee3fa5a3
avoid compilation warning about undefined MobilityModel class.
src/helper/mobility-helper.cc
src/helper/mobility-helper.h
--- a/src/helper/mobility-helper.cc	Tue Apr 08 23:12:19 2008 -0700
+++ b/src/helper/mobility-helper.cc	Wed Apr 09 09:08:54 2008 -0700
@@ -35,6 +35,8 @@
 								   "Y", ConstantVariable (0.0));
   m_mobility.SetTypeId ("ns3::StaticMobilityModel");
 }
+MobilityHelper::~MobilityHelper ()
+{}
 void 
 MobilityHelper::EnableNotifier (void)
 {
--- a/src/helper/mobility-helper.h	Tue Apr 08 23:12:19 2008 -0700
+++ b/src/helper/mobility-helper.h	Wed Apr 09 09:08:54 2008 -0700
@@ -40,6 +40,7 @@
 {
 public:
   MobilityHelper ();
+  ~MobilityHelper ();
 
   /**
    * After this method is called, every call to MobilityHelper::Layout