src/devices/wifi/wifi-net-device.cc
changeset 2942 e37b7279e41e
parent 2935 c24722e09df2
child 2961 2bcb3435483b
equal deleted inserted replaced
2941:e1ff74674f87 2942:e37b7279e41e
    29 #include "ns3/node.h"
    29 #include "ns3/node.h"
    30 #include "ns3/trace-source-accessor.h"
    30 #include "ns3/trace-source-accessor.h"
    31 
    31 
    32 namespace ns3 {
    32 namespace ns3 {
    33 
    33 
       
    34 NS_OBJECT_ENSURE_REGISTERED (WifiNetDevice);
       
    35 
    34 TypeId 
    36 TypeId 
    35 WifiNetDevice::GetTypeId (void)
    37 WifiNetDevice::GetTypeId (void)
    36 {
    38 {
    37   static TypeId tid = TypeId ("ns3::WifiNetDevice")
    39   static TypeId tid = TypeId ("ns3::WifiNetDevice")
    38     .SetParent<NetDevice> ()
    40     .SetParent<NetDevice> ()