Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed member names to smallcapsy.

This commit is contained in:
Tedd Hansen
2007-09-13 11:11:08 +00:00
parent 615487a756
commit cef8c5e9d7
13 changed files with 140 additions and 140 deletions

View File

@@ -164,7 +164,6 @@ namespace OpenSim.Framework.Data
ArrayList SendParams = new ArrayList();
SendParams.Add(requestData);
XmlRpcRequest GridReq = new XmlRpcRequest("simulator_data_request", SendParams);
Console.WriteLine("Requesting response from GridServer URL: " + gridserver_url);
XmlRpcResponse GridResp = GridReq.Send(gridserver_url, 3000);
Hashtable responseData = (Hashtable)GridResp.Value;