diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs index 4a9a2fe..adc32df 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -223,6 +223,7 @@ namespace OpenSim.Services.Interfaces | |||
223 | m_serverURI = string.Empty; | 223 | m_serverURI = string.Empty; |
224 | } | 224 | } |
225 | 225 | ||
226 | /* | ||
226 | public GridRegion(int regionLocX, int regionLocY, IPEndPoint internalEndPoint, string externalUri) | 227 | public GridRegion(int regionLocX, int regionLocY, IPEndPoint internalEndPoint, string externalUri) |
227 | { | 228 | { |
228 | m_regionLocX = regionLocX; | 229 | m_regionLocX = regionLocX; |
@@ -245,6 +246,7 @@ namespace OpenSim.Services.Interfaces | |||
245 | 246 | ||
246 | m_internalEndPoint = new IPEndPoint(IPAddress.Parse("0.0.0.0"), (int)port); | 247 | m_internalEndPoint = new IPEndPoint(IPAddress.Parse("0.0.0.0"), (int)port); |
247 | } | 248 | } |
249 | */ | ||
248 | 250 | ||
249 | public GridRegion(uint xcell, uint ycell) | 251 | public GridRegion(uint xcell, uint ycell) |
250 | { | 252 | { |