aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs
diff options
context:
space:
mode:
authorubit2012-06-08 14:55:17 +0200
committerubit2012-06-08 14:55:17 +0200
commite7731961a8739d25da5b1f942148785b61ebdbd3 (patch)
tree7e0c57549ce1a703e44c0c1e367c35ab77ca8940 /OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentReplace the stock libomv with our home grown 0.9.1 with the texture bug fixed. (diff)
downloadopensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.zip
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.gz
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.bz2
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs b/OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs
index 5295a72..5b69616 100644
--- a/OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs
@@ -95,5 +95,7 @@ namespace OpenSim.Region.Framework.Interfaces
95 RegionLightShareData LoadRegionWindlightSettings(UUID regionUUID); 95 RegionLightShareData LoadRegionWindlightSettings(UUID regionUUID);
96 void StoreRegionWindlightSettings(RegionLightShareData wl); 96 void StoreRegionWindlightSettings(RegionLightShareData wl);
97 void RemoveRegionWindlightSettings(UUID regionID); 97 void RemoveRegionWindlightSettings(UUID regionID);
98
99 UUID[] GetObjectIDs(UUID regionID);
98 } 100 }
99} 101}