Remove any mention of IRegionModule from region names and comments to aid

grepping for remaining uses
This commit is contained in:
Melanie
2012-11-12 19:18:20 +00:00
parent 152d5dc2a7
commit 0d15a6a01f
33 changed files with 39 additions and 40 deletions

View File

@@ -58,7 +58,7 @@ namespace OpenSim.Region.ClientStack.Linden
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private Scene m_scene;
#region IRegionModuleBase Members
#region Region Module interfaceBase Members
public Type ReplaceableInterface
@@ -92,7 +92,7 @@ namespace OpenSim.Region.ClientStack.Linden
#endregion
#region IRegionModule Members
#region Region Module interface