Mesh: add constructor to TypeId of WifiInformationElementVector
authorAndrey Mazo <mazo@iitp.ru>
Wed Nov 11 00:27:09 2009 +0300 (3 months ago)
changeset 5499778d4dcaaac7
parent 5498 d5f70ed490a8
child 5500 61d8417157e5
Mesh: add constructor to TypeId of WifiInformationElementVector
src/devices/mesh/wifi-information-element-vector.cc
     1.1 --- a/src/devices/mesh/wifi-information-element-vector.cc	Tue Nov 10 11:03:04 2009 -0800
     1.2 +++ b/src/devices/mesh/wifi-information-element-vector.cc	Wed Nov 11 00:27:09 2009 +0300
     1.3 @@ -58,7 +58,8 @@
     1.4  WifiInformationElementVector::GetTypeId ()
     1.5  {
     1.6    static TypeId tid = TypeId ("ns3::WifiInformationElementVector")
     1.7 -                      .SetParent<Header> ();
     1.8 +                      .SetParent<Header> ()
     1.9 +                      .AddConstructor<WifiInformationElementVector> ();
    1.10    return tid;
    1.11  }
    1.12  TypeId