changeset 11666 | e8634b0101f7 |
parent 11131 | 6a448ac28669 |
11665:bb52e7eaaf33 | 11666:e8634b0101f7 |
---|---|
51 GetObjectIid (void) |
51 GetObjectIid (void) |
52 { |
52 { |
53 NS_LOG_FUNCTION_NOARGS (); |
53 NS_LOG_FUNCTION_NOARGS (); |
54 TypeId tid = TypeId ("ns3::ObjectBase"); |
54 TypeId tid = TypeId ("ns3::ObjectBase"); |
55 tid.SetParent (tid); |
55 tid.SetParent (tid); |
56 tid.SetGroupName ("Core"); |
|
56 return tid; |
57 return tid; |
57 } |
58 } |
58 |
59 |
59 TypeId |
60 TypeId |
60 ObjectBase::GetTypeId (void) |
61 ObjectBase::GetTypeId (void) |