changeset 7176 | 9f2663992e99 |
parent 6834 | 036f9a0b9899 |
child 7385 | 10beb0e53130 |
--- a/src/internet/model/ipv4-end-point.cc Fri May 13 14:54:37 2011 -0400 +++ b/src/internet/model/ipv4-end-point.cc Fri May 13 14:55:24 2011 -0400 @@ -32,7 +32,8 @@ m_localPort (port), m_peerAddr (Ipv4Address::GetAny ()), m_peerPort (0) -{} +{ +} Ipv4EndPoint::~Ipv4EndPoint () { if (!m_destroyCallback.IsNull ()) @@ -85,7 +86,7 @@ Ptr<NetDevice> Ipv4EndPoint::GetBoundNetDevice (void) { - return m_boundnetdevice; + return m_boundnetdevice; } void