aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorDiva Canto2012-11-09 16:28:30 -0800
committerDiva Canto2012-11-09 16:28:30 -0800
commit19aab3e6fea9c14d28c952c4e1f38919a4cc4363 (patch)
tree3aec4ee8dcfd1b8bbae05789603fb6116bbb24a8 /OpenSim/Region/Framework/Interfaces
parentConverted the SunModule to the new region module interface. (39 to go...) (diff)
downloadopensim-SC_OLD-19aab3e6fea9c14d28c952c4e1f38919a4cc4363.zip
opensim-SC_OLD-19aab3e6fea9c14d28c952c4e1f38919a4cc4363.tar.gz
opensim-SC_OLD-19aab3e6fea9c14d28c952c4e1f38919a4cc4363.tar.bz2
opensim-SC_OLD-19aab3e6fea9c14d28c952c4e1f38919a4cc4363.tar.xz
Converted the WindModule to the new region module interface (38 to go). Also added both the WindModule and the SunModule to the Plugin manifest.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IWindModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IWindModule.cs b/OpenSim/Region/Framework/Interfaces/IWindModule.cs
index 10ecc32..4a26a71 100644
--- a/OpenSim/Region/Framework/Interfaces/IWindModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IWindModule.cs
@@ -29,7 +29,7 @@ using OpenMetaverse;
29 29
30namespace OpenSim.Region.Framework.Interfaces 30namespace OpenSim.Region.Framework.Interfaces
31{ 31{
32 public interface IWindModule : IRegionModule 32 public interface IWindModule : INonSharedRegionModule
33 { 33 {
34 34
35 /// <summary> 35 /// <summary>