aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.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/Land/LandServiceInConnectorModule.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 'OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs
index 2f3c350..dab89ea 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs
@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Land
51 private IConfigSource m_Config; 51 private IConfigSource m_Config;
52 private List<Scene> m_Scenes = new List<Scene>(); 52 private List<Scene> m_Scenes = new List<Scene>();
53 53
54 #region IRegionModule interface 54 #region Region Module interface
55 55
56 public void Initialise(IConfigSource config) 56 public void Initialise(IConfigSource config)
57 { 57 {