src/internet-node/udp-l4-protocol.cc
changeset 1341 f685d4bf320f
parent 1333 c0d66de933e9
child 1365 4ae411ac425f
equal deleted inserted replaced
1340:a8d774560c2b 1341:f685d4bf320f
    42     m_endPoints (new Ipv4EndPointDemux ())
    42     m_endPoints (new Ipv4EndPointDemux ())
    43 {}
    43 {}
    44 
    44 
    45 UdpL4Protocol::~UdpL4Protocol ()
    45 UdpL4Protocol::~UdpL4Protocol ()
    46 {}
    46 {}
    47 
       
    48 Ptr<TraceResolver>
       
    49 UdpL4Protocol::CreateTraceResolver (void)
       
    50 {
       
    51   return Create<EmptyTraceResolver> ();
       
    52 }
       
    53 
    47 
    54 void
    48 void
    55 UdpL4Protocol::DoDispose (void)
    49 UdpL4Protocol::DoDispose (void)
    56 {
    50 {
    57   if (m_endPoints != 0)
    51   if (m_endPoints != 0)