From 61ae75f3640a9861fbf22ae57b748710080631e7 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Sat, 22 Mar 2008 20:44:15 +0000
Subject: * Catch the occasional resolution exception that comes out of
SceneCommunicationService.EnableChildAgents so we can see what hostname is
failing
---
OpenSim/Framework/Communications/IGridServices.cs | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'OpenSim/Framework/Communications')
diff --git a/OpenSim/Framework/Communications/IGridServices.cs b/OpenSim/Framework/Communications/IGridServices.cs
index daa43ac..9e34672 100644
--- a/OpenSim/Framework/Communications/IGridServices.cs
+++ b/OpenSim/Framework/Communications/IGridServices.cs
@@ -41,7 +41,15 @@ namespace OpenSim.Framework.Communications
RegionCommsListener RegisterRegion(RegionInfo regionInfos);
bool DeregisterRegion(RegionInfo regionInfo);
+
+ ///
+ /// Get information about the regions neighbouring the given co-ordinates.
+ ///
+ ///
+ ///
+ ///
List RequestNeighbours(uint x, uint y);
+
RegionInfo RequestNeighbourInfo(ulong regionHandle);
RegionInfo RequestClosestRegion(string regionName);
Dictionary GetGridSettings();
--
cgit v1.1