aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IHypergridServices.cs
diff options
context:
space:
mode:
authorDiva Canto2013-12-06 16:01:29 -0800
committerDiva Canto2013-12-06 16:01:29 -0800
commit4058e5f709990cc502d5479fb4065bf232ee3a8d (patch)
tree9871b5a1ed0aad4763dd6c6202dc9ee369ec0fdd /OpenSim/Services/Interfaces/IHypergridServices.cs
parentFix regression where mouse look flight direction no longer worked by zeroing ... (diff)
downloadopensim-SC_OLD-4058e5f709990cc502d5479fb4065bf232ee3a8d.zip
opensim-SC_OLD-4058e5f709990cc502d5479fb4065bf232ee3a8d.tar.gz
opensim-SC_OLD-4058e5f709990cc502d5479fb4065bf232ee3a8d.tar.bz2
opensim-SC_OLD-4058e5f709990cc502d5479fb4065bf232ee3a8d.tar.xz
Fixed misleading comment
Diffstat (limited to 'OpenSim/Services/Interfaces/IHypergridServices.cs')
-rw-r--r--OpenSim/Services/Interfaces/IHypergridServices.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Services/Interfaces/IHypergridServices.cs b/OpenSim/Services/Interfaces/IHypergridServices.cs
index f9e7f08..05e175a 100644
--- a/OpenSim/Services/Interfaces/IHypergridServices.cs
+++ b/OpenSim/Services/Interfaces/IHypergridServices.cs
@@ -43,9 +43,6 @@ namespace OpenSim.Services.Interfaces
43 43
44 } 44 }
45 45
46 /// <summary>
47 /// HG1.5 only
48 /// </summary>
49 public interface IUserAgentService 46 public interface IUserAgentService
50 { 47 {
51 bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, bool fromLogin, out string reason); 48 bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, bool fromLogin, out string reason);