changeset 2602 | d9262bff6df2 |
parent 2530 | 05f9cec44621 |
child 2784 | 49006cbbfac7 |
--- a/src/devices/wifi/wifi-remote-station-manager.cc Thu Mar 13 11:21:12 2008 -0700 +++ b/src/devices/wifi/wifi-remote-station-manager.cc Thu Mar 13 12:56:49 2008 -0700 @@ -123,7 +123,7 @@ TypeId WifiRemoteStationManager::GetTypeId (void) { - static TypeId tid = TypeId ("WifiRemoteStationManager") + static TypeId tid = TypeId ("ns3::WifiRemoteStationManager") .SetParent<Object> () .AddAttribute ("IsLowLatency", "XXX", Boolean (true),