aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorTeravus Ovares2008-03-30 19:58:14 +0000
committerTeravus Ovares2008-03-30 19:58:14 +0000
commit8aa4308097ebcc8d51e4d470fe6b0f3582990c3b (patch)
treecd0b12fb244182b8342dce86635b841d1f0b76b5 /OpenSim/Framework
parent* Quick fix. Re-enabled some code which registers the Terrain Module's Comman... (diff)
downloadopensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.zip
opensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.tar.gz
opensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.tar.bz2
opensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.tar.xz
* Minor cleanup
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/RegionInfo.cs5
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);