weird leftover from the ClassId changes.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 04 Feb 2008 22:19:20 +0100
changeset 2376 ab0f5f2e41ad
parent 2375 6f8733409b3b
child 2377 985d5ddfd742
weird leftover from the ClassId changes.
utils/mobility-visualizer-model.cc
--- a/utils/mobility-visualizer-model.cc	Mon Feb 04 22:18:07 2008 +0100
+++ b/utils/mobility-visualizer-model.cc	Mon Feb 04 22:19:20 2008 +0100
@@ -14,6 +14,7 @@
 #include "ns3/node.h"
 #include "ns3/node-list.h"
 #include "ns3/rectangle-default-value.h"
+#include "ns3/type-id-default-value.h"
 
 #include "mobility-visualizer.h"
 
@@ -100,7 +101,7 @@
 
   Simulator::Schedule (g_sampleInterval, Sample);
 
-  ClassId mobType = DefaultValueListGet<ClassIdDefaultValue> ("RandomTopologyMobilityType")->GetValue ();
+  TypeId mobType = DefaultValueListGet<TypeIdDefaultValue> ("RandomTopologyMobilityType")->GetValue ();
   if (mobType.GetName () == "RandomWalk2dMobilityModel")
     {
       Rectangle bounds = DefaultValueListGet<RectangleDefaultValue> ("RandomWalk2dBounds")->GetValue ();