diff options
author | Diva Canto | 2010-07-31 16:40:58 -0700 |
---|---|---|
committer | Diva Canto | 2010-07-31 16:40:58 -0700 |
commit | c4ecbd1fb1ce5450b66a7de41a0e34cc3474e04a (patch) | |
tree | 0bdf9adcb49a5de2779bc2dee7c62027d3830c89 /OpenSim/Data/IRegionData.cs | |
parent | Implemented console command "show hyperlinks". (diff) | |
download | opensim-SC_OLD-c4ecbd1fb1ce5450b66a7de41a0e34cc3474e04a.zip opensim-SC_OLD-c4ecbd1fb1ce5450b66a7de41a0e34cc3474e04a.tar.gz opensim-SC_OLD-c4ecbd1fb1ce5450b66a7de41a0e34cc3474e04a.tar.bz2 opensim-SC_OLD-c4ecbd1fb1ce5450b66a7de41a0e34cc3474e04a.tar.xz |
White space from previous commit.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IRegionData.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs index 9f08e04..42533c6 100644 --- a/OpenSim/Data/IRegionData.cs +++ b/OpenSim/Data/IRegionData.cs | |||
@@ -58,11 +58,11 @@ namespace OpenSim.Data | |||
58 | 58 | ||
59 | bool SetDataItem(UUID principalID, string item, string value); | 59 | bool SetDataItem(UUID principalID, string item, string value); |
60 | 60 | ||
61 | bool Delete(UUID regionID); | 61 | bool Delete(UUID regionID); |
62 | 62 | ||
63 | List<RegionData> GetDefaultRegions(UUID scopeID); | 63 | List<RegionData> GetDefaultRegions(UUID scopeID); |
64 | List<RegionData> GetFallbackRegions(UUID scopeID, int x, int y); | 64 | List<RegionData> GetFallbackRegions(UUID scopeID, int x, int y); |
65 | List<RegionData> GetHyperlinks(UUID scopeID); | 65 | List<RegionData> GetHyperlinks(UUID scopeID); |
66 | } | 66 | } |
67 | 67 | ||
68 | [Flags] | 68 | [Flags] |