aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IGridService.cs
diff options
context:
space:
mode:
authorDiva Canto2009-09-11 13:17:37 -0700
committerDiva Canto2009-09-11 13:17:37 -0700
commit5de1ec735c4a123ff6d275363a11f368537024cc (patch)
treecf04ee52cc3fa276645cc5ddec2e72b7d0b27ea0 /OpenSim/Services/Interfaces/IGridService.cs
parentRemoved RequestLandData from IGridService because it's already in another place. (diff)
downloadopensim-SC_OLD-5de1ec735c4a123ff6d275363a11f368537024cc.zip
opensim-SC_OLD-5de1ec735c4a123ff6d275363a11f368537024cc.tar.gz
opensim-SC_OLD-5de1ec735c4a123ff6d275363a11f368537024cc.tar.bz2
opensim-SC_OLD-5de1ec735c4a123ff6d275363a11f368537024cc.tar.xz
Added GetRegionByHandle.
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/Interfaces/IGridService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs
index 1b01e76..6fe92b6 100644
--- a/OpenSim/Services/Interfaces/IGridService.cs
+++ b/OpenSim/Services/Interfaces/IGridService.cs
@@ -59,6 +59,8 @@ namespace OpenSim.Services.Interfaces
59 59
60 SimpleRegionInfo GetRegionByUUID(UUID scopeID, UUID regionID); 60 SimpleRegionInfo GetRegionByUUID(UUID scopeID, UUID regionID);
61 61
62 SimpleRegionInfo GetRegionByHandle(UUID scopeID, ulong regionHandle);
63
62 SimpleRegionInfo GetRegionByName(UUID scopeID, string regionName); 64 SimpleRegionInfo GetRegionByName(UUID scopeID, string regionName);
63 65
64 /// <summary> 66 /// <summary>