aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Grid
diff options
context:
space:
mode:
authorDr Scofield2008-06-27 20:40:25 +0000
committerDr Scofield2008-06-27 20:40:25 +0000
commit20940951b2360782214add0e3674f0fdc7060990 (patch)
treefc320931fd0ba8f4f2d8efbc92271f2f858f5957 /OpenSim/Region/Environment/Modules/Grid
parent* Experiment with not bothering with a seperate assets metadata file - extrac... (diff)
downloadopensim-SC_OLD-20940951b2360782214add0e3674f0fdc7060990.zip
opensim-SC_OLD-20940951b2360782214add0e3674f0fdc7060990.tar.gz
opensim-SC_OLD-20940951b2360782214add0e3674f0fdc7060990.tar.bz2
opensim-SC_OLD-20940951b2360782214add0e3674f0fdc7060990.tar.xz
more warnings to go.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Grid')
-rw-r--r--OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs b/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs
index 40d07de..acd0e5c 100644
--- a/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs
+++ b/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs
@@ -61,7 +61,7 @@ namespace OpenSim.Region.Environment.Modules.Grid.Interregion
61 61
62 private readonly Dictionary<Location, string[]> m_neighbourInterfaces = new Dictionary<Location, string[]>(); 62 private readonly Dictionary<Location, string[]> m_neighbourInterfaces = new Dictionary<Location, string[]>();
63 private readonly Dictionary<Location, RemotingObject> m_neighbourRemote = new Dictionary<Location, RemotingObject>(); 63 private readonly Dictionary<Location, RemotingObject> m_neighbourRemote = new Dictionary<Location, RemotingObject>();
64 private IConfigSource m_config; 64 // private IConfigSource m_config;
65 private const bool m_enabled = false; 65 private const bool m_enabled = false;
66 66
67 private RemotingObject m_myRemote; 67 private RemotingObject m_myRemote;
@@ -145,7 +145,7 @@ namespace OpenSim.Region.Environment.Modules.Grid.Interregion
145 { 145 {
146 m_myLocations.Add(new Location((int) scene.RegionInfo.RegionLocX, 146 m_myLocations.Add(new Location((int) scene.RegionInfo.RegionLocX,
147 (int) scene.RegionInfo.RegionLocY)); 147 (int) scene.RegionInfo.RegionLocY));
148 m_config = source; 148 // m_config = source;
149 149
150 scene.RegisterModuleInterface<IInterregionModule>(this); 150 scene.RegisterModuleInterface<IInterregionModule>(this);
151 } 151 }