src/wifi/model/mpdu-aggregator.cc
changeset 11245 5c781d7e5a25
parent 11174 780a43e4980c
child 11432 d2656819dd54
equal deleted inserted replaced
11244:2a117115b91f 11245:5c781d7e5a25
    30 
    30 
    31 TypeId
    31 TypeId
    32 MpduAggregator::GetTypeId (void)
    32 MpduAggregator::GetTypeId (void)
    33 {
    33 {
    34   static TypeId tid = TypeId ("ns3::MpduAggregator")
    34   static TypeId tid = TypeId ("ns3::MpduAggregator")
       
    35     .SetGroupName ("Wifi")
    35     .SetParent<Object> ()
    36     .SetParent<Object> ()
    36   ;
    37   ;
    37   return tid;
    38   return tid;
    38 }
    39 }
    39 
    40