View | Details | Raw Unified | Return to bug 570
Collapse All | Expand All

(-)a/src/internet-stack/arp-cache.cc (+2 lines)
 Lines 33-38    Link Here 
33
33
34
namespace ns3 {
34
namespace ns3 {
35
35
36
NS_OBJECT_ENSURE_REGISTERED (ArpCache);
37
36
TypeId 
38
TypeId 
37
ArpCache::GetTypeId (void)
39
ArpCache::GetTypeId (void)
38
{
40
{

Return to bug 570