aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-05-15 23:22:07 -0400
committerTeravus Ovares (Dan Olivares)2010-05-15 23:22:07 -0400
commit019925bb2f87695cd16d1bebff4ef300b16e67f1 (patch)
treeb596598ebde44e1bd69c64898f4236d515303871 /OpenSim/Services/Connectors
parent* Add User Friendly Configuration File Exists check. If OpenSim.ini and eith... (diff)
parentAlmost, but not quite. Commenting verification again, until I understand wher... (diff)
downloadopensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.zip
opensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.gz
opensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.bz2
opensim-SC-019925bb2f87695cd16d1bebff4ef300b16e67f1.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r--OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
index 3e91e3a..42eca05 100644
--- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
@@ -204,6 +204,11 @@ namespace OpenSim.Services.Connectors.Hypergrid
204 return args; 204 return args;
205 } 205 }
206 206
207 public void SetClientToken(UUID sessionID, string token)
208 {
209 // no-op
210 }
211
207 public GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt) 212 public GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt)
208 { 213 {
209 position = Vector3.UnitY; lookAt = Vector3.UnitY; 214 position = Vector3.UnitY; lookAt = Vector3.UnitY;