equal
deleted
inserted
replaced
43 const uint16_t Ipv4L3Protocol::PROT_NUMBER = 0x0800; |
43 const uint16_t Ipv4L3Protocol::PROT_NUMBER = 0x0800; |
44 |
44 |
45 NS_OBJECT_ENSURE_REGISTERED (Ipv4L3Protocol); |
45 NS_OBJECT_ENSURE_REGISTERED (Ipv4L3Protocol); |
46 |
46 |
47 TypeId |
47 TypeId |
48 Ipv4L3Protocol::iid (void) |
48 Ipv4L3Protocol::GetTypeId (void) |
49 { |
49 { |
50 static TypeId iid = TypeId ("Ipv4L3Protocol") |
50 static TypeId iid = TypeId ("Ipv4L3Protocol") |
51 .SetParent<Object> (); |
51 .SetParent<Object> (); |
52 return iid; |
52 return iid; |
53 } |
53 } |