diff options
author | dahlia | 2013-12-06 16:25:26 -0800 |
---|---|---|
committer | dahlia | 2013-12-06 16:25:26 -0800 |
commit | 8f221a3077c1c9283edf6e23fbab025386684d82 (patch) | |
tree | 8b91974345e00f3aee6ab111380332a0bc01a024 /OpenSim | |
parent | apparently mono DeflateStream has no CopyTo method =( (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-8f221a3077c1c9283edf6e23fbab025386684d82.zip opensim-SC-8f221a3077c1c9283edf6e23fbab025386684d82.tar.gz opensim-SC-8f221a3077c1c9283edf6e23fbab025386684d82.tar.bz2 opensim-SC-8f221a3077c1c9283edf6e23fbab025386684d82.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/Interfaces/IHypergridServices.cs | 3 |
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); |