Mesh: add constructor to TypeId of WifiInformationElementVector

This commit is contained in:
Andrey Mazo
2009-11-11 00:27:09 +03:00
parent c4ad800f32
commit 24d5900b68

View File

@@ -58,7 +58,8 @@ TypeId
WifiInformationElementVector::GetTypeId ()
{
static TypeId tid = TypeId ("ns3::WifiInformationElementVector")
.SetParent<Header> ();
.SetParent<Header> ()
.AddConstructor<WifiInformationElementVector> ();
return tid;
}
TypeId