src/wimax/model/ss-net-device.cc
changeset 7195 316d93dd9375
parent 7107 6c0fabb46bce
child 7252 c8200621e252
equal deleted inserted replaced
7194:d57648faced2 7195:316d93dd9375
    55 
    55 
    56 TypeId
    56 TypeId
    57 SubscriberStationNetDevice::GetTypeId (void)
    57 SubscriberStationNetDevice::GetTypeId (void)
    58 {
    58 {
    59   static TypeId
    59   static TypeId
    60     tid =
    60   tid =
    61     TypeId ("ns3::SubscriberStationNetDevice")
    61     TypeId ("ns3::SubscriberStationNetDevice")
    62 
    62 
    63     .SetParent<WimaxNetDevice> ()
    63     .SetParent<WimaxNetDevice> ()
    64 
    64 
    65     .AddConstructor<SubscriberStationNetDevice> ()
    65     .AddConstructor<SubscriberStationNetDevice> ()