src/applications/model/seq-ts-header.cc
changeset 11240 5b6a7efcf062
parent 10968 2d29fee2b7b8
equal deleted inserted replaced
11239:925b78e6fbfd 11240:5b6a7efcf062
    60 TypeId
    60 TypeId
    61 SeqTsHeader::GetTypeId (void)
    61 SeqTsHeader::GetTypeId (void)
    62 {
    62 {
    63   static TypeId tid = TypeId ("ns3::SeqTsHeader")
    63   static TypeId tid = TypeId ("ns3::SeqTsHeader")
    64     .SetParent<Header> ()
    64     .SetParent<Header> ()
       
    65     .SetGroupName("Applications")
    65     .AddConstructor<SeqTsHeader> ()
    66     .AddConstructor<SeqTsHeader> ()
    66   ;
    67   ;
    67   return tid;
    68   return tid;
    68 }
    69 }
    69 TypeId
    70 TypeId