aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorDiva Canto2012-11-09 15:38:10 -0800
committerDiva Canto2012-11-09 15:38:10 -0800
commit7dfd1468cc53b622257808fa445519244b1b0716 (patch)
tree920697e27f74d812a1538513b45d66d45d83412c /OpenSim/Region/Framework/Interfaces
parentllSetLinkCamera implementation (diff)
downloadopensim-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.cs2
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
30namespace OpenSim.Region.Framework.Interfaces 30namespace 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