src/applications/model/radvd.cc
changeset 7166 2ea56ac66361
parent 6847 138f00c56381
child 7252 c8200621e252
equal deleted inserted replaced
7165:7f8040a1d8bc 7166:2ea56ac66361
    46 TypeId Radvd::GetTypeId ()
    46 TypeId Radvd::GetTypeId ()
    47 {
    47 {
    48   static TypeId tid = TypeId ("ns3::Radvd")
    48   static TypeId tid = TypeId ("ns3::Radvd")
    49     .SetParent<Application> ()
    49     .SetParent<Application> ()
    50     .AddConstructor<Radvd> ()
    50     .AddConstructor<Radvd> ()
    51     ;
    51   ;
    52   return tid;
    52   return tid;
    53 }
    53 }
    54 
    54 
    55 Radvd::Radvd ()
    55 Radvd::Radvd ()
    56 {
    56 {