aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RegionModulesController
diff options
context:
space:
mode:
authorMelanie2012-11-12 19:18:20 +0000
committerMelanie2012-11-12 19:18:20 +0000
commit0d15a6a01feeb129b015f7516fd13a541b3e6fce (patch)
tree22348f31fdf083da199d130a45d3e0fbd68074c6 /OpenSim/ApplicationPlugins/RegionModulesController
parentFix mantis #6425 (diff)
downloadopensim-SC_OLD-0d15a6a01feeb129b015f7516fd13a541b3e6fce.zip
opensim-SC_OLD-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.gz
opensim-SC_OLD-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.bz2
opensim-SC_OLD-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.xz
Remove any mention of IRegionModule from region names and comments to aid
grepping for remaining uses
Diffstat (limited to 'OpenSim/ApplicationPlugins/RegionModulesController')
-rw-r--r--OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs b/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs
index 49bd911..633d005 100644
--- a/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs
@@ -215,7 +215,7 @@ namespace OpenSim.ApplicationPlugins.RegionModulesController
215 } 215 }
216 } 216 }
217 217
218#region IRegionModulesController implementation 218#region Region Module interfacesController implementation
219 219
220 /// <summary> 220 /// <summary>
221 /// Check that the given module is no disabled in the [Modules] section of the config files. 221 /// Check that the given module is no disabled in the [Modules] section of the config files.