diff options
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 095740d..7f284d3 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -285,10 +285,7 @@ namespace OpenSim.Framework | |||
285 | RegionID = LLUUID.Zero; | 285 | RegionID = LLUUID.Zero; |
286 | ServerURI = ConvertFrom.ServerURI; | 286 | ServerURI = ConvertFrom.ServerURI; |
287 | } | 287 | } |
288 | public int getInternalEndPointPort() | 288 | |
289 | { | ||
290 | return m_internalEndPoint.Port; | ||
291 | } | ||
292 | public void SetEndPoint(string ipaddr, int port) | 289 | public void SetEndPoint(string ipaddr, int port) |
293 | { | 290 | { |
294 | IPAddress tmpIP = IPAddress.Parse(ipaddr); | 291 | IPAddress tmpIP = IPAddress.Parse(ipaddr); |