diff --git a/src/devices/wifi/rraa-wifi-manager.cc b/src/devices/wifi/rraa-wifi-manager.cc index 85e9a6c0d..93285a4fa 100644 --- a/src/devices/wifi/rraa-wifi-manager.cc +++ b/src/devices/wifi/rraa-wifi-manager.cc @@ -29,6 +29,8 @@ NS_LOG_COMPONENT_DEFINE ("RraaWifiManager"); namespace ns3 { + +NS_OBJECT_ENSURE_REGISTERED(RraaWifiManager); RraaWifiRemoteStation::RraaWifiRemoteStation (Ptr stations) : m_stations (stations) @@ -188,7 +190,7 @@ RraaWifiRemoteStation::ARts (void) TypeId RraaWifiManager::GetTypeId (void) { - static TypeId tid = TypeId ("RraaWifiManager") + static TypeId tid = TypeId ("ns3::RraaWifiManager") .SetParent () .AddConstructor () .AddAttribute ("Basic",