--- a/examples/third.cc Fri Jun 26 13:58:03 2009 +0200
+++ b/examples/third.cc Fri Jun 26 15:34:16 2009 +0200
@@ -18,7 +18,6 @@
#include "ns3/simulator-module.h"
#include "ns3/node-module.h"
#include "ns3/helper-module.h"
-#include "ns3/global-routing-module.h"
#include "ns3/wifi-module.h"
#include "ns3/mobility-module.h"
@@ -159,7 +158,7 @@
clientApps.Start (Seconds (2.0));
clientApps.Stop (Seconds (10.0));
- GlobalRouteManager::PopulateRoutingTables ();
+ Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
Simulator::Stop (Seconds (10.0));