*Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate XmlRpcSimulatorLoginMethod

*Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1)
This commit is contained in:
mingchen
2007-07-03 14:56:00 +00:00
parent 9b6b6d05d4
commit 898b48464a
4 changed files with 229 additions and 265 deletions

View File

@@ -20,7 +20,6 @@ namespace OpenSim.Region.Communications.OGS1
public Dictionary<ulong, RegionCommsListener> listeners = new Dictionary<ulong, RegionCommsListener>();
public GridInfo grid;
public BaseHttpServer httpListener;
private bool initialised = false;
public RegionCommsListener RegisterRegion(RegionInfo regionInfo, GridInfo gridInfo)
{
@@ -44,6 +43,7 @@ namespace OpenSim.Region.Communications.OGS1
XmlRpcRequest GridReq = new XmlRpcRequest("simulator_login", SendParams);
XmlRpcResponse GridResp = GridReq.Send(gridInfo.GridServerURI, 3000);
Hashtable GridRespData = (Hashtable)GridResp.Value;
Hashtable griddatahash = GridRespData;
// Process Response