equal
deleted
inserted
replaced
26 #include "ns3/packet.h" |
26 #include "ns3/packet.h" |
27 #include "ns3/trace-source-accessor.h" |
27 #include "ns3/trace-source-accessor.h" |
28 |
28 |
29 namespace ns3 { |
29 namespace ns3 { |
30 |
30 |
31 NS_LOG_COMPONENT_DEFINE ("V4Ping") |
31 NS_LOG_COMPONENT_DEFINE ("V4Ping"); |
32 ; |
32 NS_OBJECT_ENSURE_REGISTERED (V4Ping); |
33 NS_OBJECT_ENSURE_REGISTERED (V4Ping) |
|
34 ; |
|
35 |
33 |
36 TypeId |
34 TypeId |
37 V4Ping::GetTypeId (void) |
35 V4Ping::GetTypeId (void) |
38 { |
36 { |
39 static TypeId tid = TypeId ("ns3::V4Ping") |
37 static TypeId tid = TypeId ("ns3::V4Ping") |