examples/mixed-global-routing.cc
changeset 4616 a84f60b6cd12
parent 4264 9d2e96c4e6e4
--- a/examples/mixed-global-routing.cc	Fri Jun 26 13:58:03 2009 +0200
+++ b/examples/mixed-global-routing.cc	Fri Jun 26 15:34:16 2009 +0200
@@ -40,7 +40,6 @@
 #include "ns3/simulator-module.h"
 #include "ns3/node-module.h"
 #include "ns3/helper-module.h"
-#include "ns3/global-route-manager.h"
 
 using namespace ns3;
 
@@ -104,7 +103,7 @@
 
   // Create router nodes, initialize routing database and set up the routing
   // tables in the nodes.
-  GlobalRouteManager::PopulateRoutingTables ();
+  Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
 
   // Create the OnOff application to send UDP datagrams of size
   // 210 bytes at a rate of 448 Kb/s