--- a/src/devices/wifi/onoe-wifi-manager.cc Mon Apr 14 16:19:17 2008 -0700
+++ b/src/devices/wifi/onoe-wifi-manager.cc Thu Apr 17 13:42:25 2008 -0700
@@ -37,15 +37,15 @@
.AddConstructor<OnoeWifiManager> ()
.AddAttribute ("UpdatePeriod",
"The interval between decisions about rate control changes",
- Seconds (1.0),
+ TimeValue (Seconds (1.0)),
MakeTimeAccessor (&OnoeWifiManager::m_updatePeriod),
MakeTimeChecker ())
.AddAttribute ("RaiseThreshold", "XXX",
- Uinteger (10),
+ UintegerValue (10),
MakeUintegerAccessor (&OnoeWifiManager::m_raiseThreshold),
MakeUintegerChecker<uint32_t> ())
.AddAttribute ("AddCreditThreshold", "Add credit threshold",
- Uinteger (10),
+ UintegerValue (10),
MakeUintegerAccessor (&OnoeWifiManager::m_addCreditThreshold),
MakeUintegerChecker<uint32_t> ())
;