Mantis#1411. Thank you kindly for Dataserver.cs and a patch

that adds function stub to request region info by name and
adds llRequestSimulatorData() and the dataserver event
This commit is contained in:
Charles Krinke
2008-05-29 13:55:02 +00:00
parent c2925dcd40
commit a84456c239
8 changed files with 198 additions and 7 deletions

View File

@@ -112,6 +112,11 @@ namespace OpenSim.Region.Environment.Scenes
}
}
public RegionInfo RequestClosestRegion(string name)
{
return m_commsProvider.GridService.RequestClosestRegion(name);
}
public void Close()
{
if (regionCommsHost != null)