register a correct TypeId

This commit is contained in:
Mathieu Lacage
2009-04-17 13:45:25 +02:00
parent 08c152ff85
commit af651b44a9

View File

@@ -29,6 +29,8 @@
NS_LOG_COMPONENT_DEFINE ("RraaWifiManager");
namespace ns3 {
NS_OBJECT_ENSURE_REGISTERED(RraaWifiManager);
RraaWifiRemoteStation::RraaWifiRemoteStation (Ptr<RraaWifiManager> 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<WifiRemoteStationManager> ()
.AddConstructor<RraaWifiManager> ()
.AddAttribute ("Basic",