aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
diff options
context:
space:
mode:
authorMelanie2012-11-12 19:18:20 +0000
committerMelanie2012-11-12 19:18:20 +0000
commit0d15a6a01feeb129b015f7516fd13a541b3e6fce (patch)
tree22348f31fdf083da199d130a45d3e0fbd68074c6 /OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
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 '')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
index b544ab3..1f26ed9 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Neighbour
50 private IConfigSource m_Config; 50 private IConfigSource m_Config;
51 private List<Scene> m_Scenes = new List<Scene>(); 51 private List<Scene> m_Scenes = new List<Scene>();
52 52
53 #region IRegionModule interface 53 #region Region Module interface
54 54
55 public void Initialise(IConfigSource config) 55 public void Initialise(IConfigSource config)
56 { 56 {