diff options
author | Diva Canto | 2012-11-09 15:38:10 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-09 15:38:10 -0800 |
commit | 7dfd1468cc53b622257808fa445519244b1b0716 (patch) | |
tree | 920697e27f74d812a1538513b45d66d45d83412c /OpenSim/Region/Framework/Interfaces | |
parent | llSetLinkCamera implementation (diff) | |
download | opensim-SC_OLD-7dfd1468cc53b622257808fa445519244b1b0716.zip opensim-SC_OLD-7dfd1468cc53b622257808fa445519244b1b0716.tar.gz opensim-SC_OLD-7dfd1468cc53b622257808fa445519244b1b0716.tar.bz2 opensim-SC_OLD-7dfd1468cc53b622257808fa445519244b1b0716.tar.xz |
Converted the SunModule to the new region module interface. (39 to go...)
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ISunModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISunModule.cs b/OpenSim/Region/Framework/Interfaces/ISunModule.cs index 819ae11..8231716 100644 --- a/OpenSim/Region/Framework/Interfaces/ISunModule.cs +++ b/OpenSim/Region/Framework/Interfaces/ISunModule.cs | |||
@@ -29,7 +29,7 @@ using OpenMetaverse; | |||
29 | 29 | ||
30 | namespace OpenSim.Region.Framework.Interfaces | 30 | namespace OpenSim.Region.Framework.Interfaces |
31 | { | 31 | { |
32 | public interface ISunModule : IRegionModule | 32 | public interface ISunModule : INonSharedRegionModule |
33 | { | 33 | { |
34 | double GetSunParameter(string param); | 34 | double GetSunParameter(string param); |
35 | 35 | ||