Fold the two patches for bu6 69 together, building on the bug 65 patch

This commit is contained in:
Tom Henderson
2007-09-03 23:32:23 -07:00
parent e377cbad38
commit 5e7e0d7b2a
6 changed files with 71 additions and 9 deletions

View File

@@ -42,6 +42,13 @@ Ipv4EndPoint::GetLocalAddress (void)
{
return m_localAddr;
}
void
Ipv4EndPoint::SetLocalAddress (Ipv4Address address)
{
m_localAddr = address;
}
uint16_t
Ipv4EndPoint::GetLocalPort (void)
{