From 5b5b7845991f284c55ffe8758382eb3f06f7d840 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 26 Feb 2009 11:50:49 +0000 Subject: * Got rid of concrete GridDBService references --- OpenSim/Data/IRegionProfileService.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Data') diff --git a/OpenSim/Data/IRegionProfileService.cs b/OpenSim/Data/IRegionProfileService.cs index 7a2b46f..b3acc52 100644 --- a/OpenSim/Data/IRegionProfileService.cs +++ b/OpenSim/Data/IRegionProfileService.cs @@ -54,6 +54,11 @@ namespace OpenSim.Data /// A partial regionName of the region to return /// A SimProfileData for the region RegionProfileData GetRegion(string regionName); + + List GetRegions(uint xmin, uint ymin, uint xmax, uint ymax); + List GetRegions(string name, int maxNum); + DataResponse AddUpdateRegion(RegionProfileData sim, RegionProfileData existingSim); + DataResponse DeleteRegion(string uuid); } public interface IRegionProfileRouter -- cgit v1.1