examples/mixed-global-routing.cc
changeset 2613 0e1267814e1c
parent 2602 d9262bff6df2
child 2757 651ceaf0df8f
--- a/examples/mixed-global-routing.cc	Sat Mar 15 16:26:39 2008 +0000
+++ b/examples/mixed-global-routing.cc	Sat Mar 15 19:29:22 2008 +0100
@@ -105,8 +105,8 @@
   // Set up some default values for the simulation.  Use the Bind ()
 
 
-  Config::SetDefault ("OnOffApplication::PacketSize", Uinteger (210));
-  Config::SetDefault ("OnOffApplication::DataRate", DataRate ("448kb/s"));
+  Config::SetDefault ("ns3::OnOffApplication::PacketSize", Uinteger (210));
+  Config::SetDefault ("ns3::OnOffApplication::DataRate", DataRate ("448kb/s"));
 
   // Allow the user to override any of the defaults and the above
   // Bind ()s at run-time, via command-line arguments