diff options
author | lbsa71 | 2009-03-11 19:19:48 +0000 |
---|---|---|
committer | lbsa71 | 2009-03-11 19:19:48 +0000 |
commit | 2133d358317f28fe54020207ed8fa59562e1d6eb (patch) | |
tree | df648eee35bf347a7ba66a15bdec6a1b4082840b /OpenSim/Data/RegionProfileData.cs | |
parent | Thanks rtomita for a patch to fix inventory listings for clients using libomv... (diff) | |
download | opensim-SC_OLD-2133d358317f28fe54020207ed8fa59562e1d6eb.zip opensim-SC_OLD-2133d358317f28fe54020207ed8fa59562e1d6eb.tar.gz opensim-SC_OLD-2133d358317f28fe54020207ed8fa59562e1d6eb.tar.bz2 opensim-SC_OLD-2133d358317f28fe54020207ed8fa59562e1d6eb.tar.xz |
* Reverted r8750 to do another round of debugging on mantis #3287
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/RegionProfileData.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Data/RegionProfileData.cs b/OpenSim/Data/RegionProfileData.cs index 26b65de..5476233 100644 --- a/OpenSim/Data/RegionProfileData.cs +++ b/OpenSim/Data/RegionProfileData.cs | |||
@@ -285,14 +285,6 @@ namespace OpenSim.Data | |||
285 | return RegionInfo.Create(UUID, regionName, regionLocX, regionLocY, serverIP, httpPort, serverPort, remotingPort); | 285 | return RegionInfo.Create(UUID, regionName, regionLocX, regionLocY, serverIP, httpPort, serverPort, remotingPort); |
286 | } | 286 | } |
287 | 287 | ||
288 | public static RegionProfileData FromRegionInfo( RegionInfo regionInfo ) | ||
289 | { | ||
290 | return Create(regionInfo.RegionID, regionInfo.RegionName, regionInfo.RegionLocX, | ||
291 | regionInfo.RegionLocY, regionInfo.ExternalHostName, | ||
292 | (uint) regionInfo.ExternalEndPoint.Port, regionInfo.HttpPort, regionInfo.RemotingPort, | ||
293 | regionInfo.ServerURI); | ||
294 | } | ||
295 | |||
296 | public static RegionProfileData Create(UUID regionID, string regionName, uint locX, uint locY, string externalHostName, uint regionPort, uint httpPort, uint remotingPort, string serverUri) | 288 | public static RegionProfileData Create(UUID regionID, string regionName, uint locX, uint locY, string externalHostName, uint regionPort, uint httpPort, uint remotingPort, string serverUri) |
297 | { | 289 | { |
298 | RegionProfileData regionProfile; | 290 | RegionProfileData regionProfile; |