Missing SetGroupName in two classes
This commit is contained in:
@@ -53,6 +53,7 @@ GetObjectIid (void)
|
||||
NS_LOG_FUNCTION_NOARGS ();
|
||||
TypeId tid = TypeId ("ns3::ObjectBase");
|
||||
tid.SetParent (tid);
|
||||
tid.SetGroupName ("Core");
|
||||
return tid;
|
||||
}
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ Ipv4Interface::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::Ipv4Interface")
|
||||
.SetParent<Object> ()
|
||||
.SetGroupName ("Internet")
|
||||
.AddAttribute ("ArpCache",
|
||||
"The arp cache for this ipv4 interface",
|
||||
PointerValue (0),
|
||||
|
||||
Reference in New Issue
Block a user