diff options
author | Mic Bowman | 2011-01-03 17:05:24 -0800 |
---|---|---|
committer | Mic Bowman | 2011-01-03 17:05:24 -0800 |
commit | d3987024d776f08c4eabba4df8353971aa9466b8 (patch) | |
tree | eeb635c58f18a5592578682b36aa430da8286fd6 /OpenSim/Services/Interfaces | |
parent | Standardize the way WebRequests are made in the SimulationServiceConnector. A... (diff) | |
parent | Add permissions hooks for object transfers (diff) | |
download | opensim-SC_OLD-d3987024d776f08c4eabba4df8353971aa9466b8.zip opensim-SC_OLD-d3987024d776f08c4eabba4df8353971aa9466b8.tar.gz opensim-SC_OLD-d3987024d776f08c4eabba4df8353971aa9466b8.tar.bz2 opensim-SC_OLD-d3987024d776f08c4eabba4df8353971aa9466b8.tar.xz |
Merge branch 'master' into cmickeyb
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/ILandService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/ILandService.cs b/OpenSim/Services/Interfaces/ILandService.cs index 7a12aff..63d9a27 100644 --- a/OpenSim/Services/Interfaces/ILandService.cs +++ b/OpenSim/Services/Interfaces/ILandService.cs | |||
@@ -33,6 +33,6 @@ namespace OpenSim.Services.Interfaces | |||
33 | { | 33 | { |
34 | public interface ILandService | 34 | public interface ILandService |
35 | { | 35 | { |
36 | LandData GetLandData(ulong regionHandle, uint x, uint y, out byte regionAccess); | 36 | LandData GetLandData(UUID scopeID, ulong regionHandle, uint x, uint y, out byte regionAccess); |
37 | } | 37 | } |
38 | } | 38 | } |