aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs
diff options
context:
space:
mode:
authorHomer Horwitz2009-04-05 17:08:01 +0000
committerHomer Horwitz2009-04-05 17:08:01 +0000
commit50aa775ea75528e1cdd9d7ea0d1b6f101eb37910 (patch)
tree371ebc5f245883b0295466591e7bdbcbc48326a7 /OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs
parentAdding migrations for MySQL and SQLite for removing the "old" cloud image. (diff)
downloadopensim-SC_OLD-50aa775ea75528e1cdd9d7ea0d1b6f101eb37910.zip
opensim-SC_OLD-50aa775ea75528e1cdd9d7ea0d1b6f101eb37910.tar.gz
opensim-SC_OLD-50aa775ea75528e1cdd9d7ea0d1b6f101eb37910.tar.bz2
opensim-SC_OLD-50aa775ea75528e1cdd9d7ea0d1b6f101eb37910.tar.xz
- Move IWindModule to OpenSim.Region.Framework.Interfaces
- Fix a dependency problem. Hopefully fixes Mantis #3395
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs b/OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs
index 8d35a71..cdd5a2e 100644
--- a/OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs
+++ b/OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs
@@ -30,6 +30,8 @@ using System.Collections.Generic;
30 30
31using OpenMetaverse; 31using OpenMetaverse;
32 32
33using OpenSim.Region.Framework.Interfaces;
34
33namespace OpenSim.Region.CoreModules.World.Wind.Plugins 35namespace OpenSim.Region.CoreModules.World.Wind.Plugins
34{ 36{
35 class SimpleRandomWind : Mono.Addins.TypeExtensionNode, IWindModelPlugin 37 class SimpleRandomWind : Mono.Addins.TypeExtensionNode, IWindModelPlugin