Added hg console commands to the module.

Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed.
This will replace the current link-region machinery. Compiles but not tested.
This commit is contained in:
Diva Canto
2009-09-22 20:25:00 -07:00
parent ffd30b8ac3
commit 882d2c9cc3
7 changed files with 817 additions and 13 deletions

View File

@@ -108,6 +108,7 @@ namespace OpenSim.Framework
public SimpleRegionInfo(RegionInfo ConvertFrom)
{
m_regionName = ConvertFrom.RegionName;
m_regionLocX = ConvertFrom.RegionLocX;
m_regionLocY = ConvertFrom.RegionLocY;
m_internalEndPoint = ConvertFrom.InternalEndPoint;