src/wifi/model/wifi-mac-header.cc
changeset 11245 5c781d7e5a25
parent 11119 067928a573cd
child 11441 807a45b2b1a0
equal deleted inserted replaced
11244:2a117115b91f 11245:5c781d7e5a25
   954 TypeId
   954 TypeId
   955 WifiMacHeader::GetTypeId (void)
   955 WifiMacHeader::GetTypeId (void)
   956 {
   956 {
   957   static TypeId tid = TypeId ("ns3::WifiMacHeader")
   957   static TypeId tid = TypeId ("ns3::WifiMacHeader")
   958     .SetParent<Header> ()
   958     .SetParent<Header> ()
       
   959     .SetGroupName ("Wifi")
   959     .AddConstructor<WifiMacHeader> ()
   960     .AddConstructor<WifiMacHeader> ()
   960   ;
   961   ;
   961   return tid;
   962   return tid;
   962 }
   963 }
   963 
   964