* Minor cleanup

This commit is contained in:
Teravus Ovares
2008-03-30 19:58:14 +00:00
parent c502416548
commit 8aa4308097
4 changed files with 6 additions and 10 deletions

View File

@@ -285,10 +285,7 @@ namespace OpenSim.Framework
RegionID = LLUUID.Zero;
ServerURI = ConvertFrom.ServerURI;
}
public int getInternalEndPointPort()
{
return m_internalEndPoint.Port;
}
public void SetEndPoint(string ipaddr, int port)
{
IPAddress tmpIP = IPAddress.Parse(ipaddr);