diff options
author | Melanie | 2012-11-12 19:18:20 +0000 |
---|---|---|
committer | Melanie | 2012-11-12 19:18:20 +0000 |
commit | 0d15a6a01feeb129b015f7516fd13a541b3e6fce (patch) | |
tree | 22348f31fdf083da199d130a45d3e0fbd68074c6 /OpenSim/ApplicationPlugins | |
parent | Fix mantis #6425 (diff) | |
download | opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.zip opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.gz opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.bz2 opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.xz |
Remove any mention of IRegionModule from region names and comments to aid
grepping for remaining uses
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs | 2 |
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. |