diff options
author | Melanie | 2010-03-30 23:29:03 +0100 |
---|---|---|
committer | Melanie | 2010-03-30 23:29:03 +0100 |
commit | 7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4 (patch) | |
tree | 4fbeba0476276a867859d257d369689385d2b54c /OpenSim/Region/Framework/Interfaces/IRegionDataStore.cs | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.zip opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.gz opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.bz2 opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.xz |
Rename Meta7Windlight to LightShare
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IRegionDataStore.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IRegionDataStore.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IRegionDataStore.cs b/OpenSim/Region/Framework/Interfaces/IRegionDataStore.cs index 7312799..3e8e196 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionDataStore.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionDataStore.cs | |||
@@ -103,8 +103,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
103 | 103 | ||
104 | void StoreRegionSettings(RegionSettings rs); | 104 | void StoreRegionSettings(RegionSettings rs); |
105 | RegionSettings LoadRegionSettings(UUID regionUUID); | 105 | RegionSettings LoadRegionSettings(UUID regionUUID); |
106 | RegionMeta7WindlightData LoadRegionWindlightSettings(UUID regionUUID); | 106 | RegionLightShareData LoadRegionWindlightSettings(UUID regionUUID); |
107 | void StoreRegionWindlightSettings(RegionMeta7WindlightData wl); | 107 | void StoreRegionWindlightSettings(RegionLightShareData wl); |
108 | 108 | ||
109 | void Shutdown(); | 109 | void Shutdown(); |
110 | } | 110 | } |