diff options
author | Diva Canto | 2012-11-09 16:28:30 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-09 16:28:30 -0800 |
commit | 19aab3e6fea9c14d28c952c4e1f38919a4cc4363 (patch) | |
tree | 3aec4ee8dcfd1b8bbae05789603fb6116bbb24a8 /OpenSim/Region/Framework/Interfaces/IWindModule.cs | |
parent | Converted the SunModule to the new region module interface. (39 to go...) (diff) | |
download | opensim-SC-19aab3e6fea9c14d28c952c4e1f38919a4cc4363.zip opensim-SC-19aab3e6fea9c14d28c952c4e1f38919a4cc4363.tar.gz opensim-SC-19aab3e6fea9c14d28c952c4e1f38919a4cc4363.tar.bz2 opensim-SC-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/IWindModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IWindModule.cs | 2 |
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 | ||
30 | namespace OpenSim.Region.Framework.Interfaces | 30 | namespace OpenSim.Region.Framework.Interfaces |
31 | { | 31 | { |
32 | public interface IWindModule : IRegionModule | 32 | public interface IWindModule : INonSharedRegionModule |
33 | { | 33 | { |
34 | 34 | ||
35 | /// <summary> | 35 | /// <summary> |