aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid
diff options
context:
space:
mode:
authorDiva Canto2011-12-04 08:24:16 -0800
committerDiva Canto2011-12-04 08:24:16 -0800
commit080dfcc9c96c387599cf6734756a83e33a210553 (patch)
tree1b155da3b198eea49fb14c5502bb9809b8df449d /OpenSim/Services/Connectors/Hypergrid
parentSplit up test SceneHelpers to provide an AddChildScenePresence() call (diff)
downloadopensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.zip
opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.gz
opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.bz2
opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.xz
HG: Renamed one method
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r--OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
index 63aabad..7a4ec57 100644
--- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
@@ -358,7 +358,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
358 return null; 358 return null;
359 } 359 }
360 360
361 public bool AgentIsComingHome(UUID sessionID, string thisGridExternalName) 361 public bool IsAgentComingHome(UUID sessionID, string thisGridExternalName)
362 { 362 {
363 Hashtable hash = new Hashtable(); 363 Hashtable hash = new Hashtable();
364 hash["sessionID"] = sessionID.ToString(); 364 hash["sessionID"] = sessionID.ToString();