utils/mobility-visualizer-model.cc
changeset 2256 50be2c20cd94
parent 2231 a5b898c1ee2c
child 2257 71a58e70c671
child 2399 fd9d94d518d2
--- a/utils/mobility-visualizer-model.cc	Wed Jan 30 17:20:55 2008 +0100
+++ b/utils/mobility-visualizer-model.cc	Thu Jan 31 21:58:13 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 ();