diff options
author | Melanie | 2012-06-07 22:39:03 +0200 |
---|---|---|
committer | Melanie | 2012-06-07 22:39:03 +0200 |
commit | 26c5b329886e3bbf81e2c853ef2fc6d648ad5273 (patch) | |
tree | b19ea7eef37fd74dfd79f5c17ab8513462add2b4 /OpenSim/Region/Framework/Interfaces/ISimulationDataStore.cs | |
parent | Implement playing of the real collision sounds, change scaling for avatar (diff) | |
download | opensim-SC-26c5b329886e3bbf81e2c853ef2fc6d648ad5273.zip opensim-SC-26c5b329886e3bbf81e2c853ef2fc6d648ad5273.tar.gz opensim-SC-26c5b329886e3bbf81e2c853ef2fc6d648ad5273.tar.bz2 opensim-SC-26c5b329886e3bbf81e2c853ef2fc6d648ad5273.tar.xz |
Add the ability to query the MYSQL databse for a list of the stored prim UUIDs
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ISimulationDataStore.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISimulationDataStore.cs b/OpenSim/Region/Framework/Interfaces/ISimulationDataStore.cs index 615f377..b7d9cfa 100644 --- a/OpenSim/Region/Framework/Interfaces/ISimulationDataStore.cs +++ b/OpenSim/Region/Framework/Interfaces/ISimulationDataStore.cs | |||
@@ -106,6 +106,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
106 | RegionLightShareData LoadRegionWindlightSettings(UUID regionUUID); | 106 | RegionLightShareData LoadRegionWindlightSettings(UUID regionUUID); |
107 | void StoreRegionWindlightSettings(RegionLightShareData wl); | 107 | void StoreRegionWindlightSettings(RegionLightShareData wl); |
108 | void RemoveRegionWindlightSettings(UUID regionID); | 108 | void RemoveRegionWindlightSettings(UUID regionID); |
109 | UUID[] GetObjectIDs(UUID regionID); | ||
109 | 110 | ||
110 | void Shutdown(); | 111 | void Shutdown(); |
111 | } | 112 | } |