src/devices/mesh/mesh-l2-routing-protocol.cc
changeset 5417 899604299046
parent 5132 aee541a30256
equal deleted inserted replaced
5416:9800d5479341 5417:899604299046
    37   return tid;
    37   return tid;
    38 }
    38 }
    39 
    39 
    40 MeshL2RoutingProtocol::~MeshL2RoutingProtocol ()
    40 MeshL2RoutingProtocol::~MeshL2RoutingProtocol ()
    41 {
    41 {
       
    42   m_mp = 0;
    42 }
    43 }
    43 
    44 
    44 void
    45 void
    45 MeshL2RoutingProtocol::SetMeshPoint (Ptr<MeshPointDevice> mp)
    46 MeshL2RoutingProtocol::SetMeshPoint (Ptr<MeshPointDevice> mp)
    46 {
    47 {