aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-11-10 23:43:18 -0500
committerTeravus Ovares (Dan Olivares)2009-11-10 23:43:18 -0500
commit1bb510ab17321762d57120aabe6d4dec31b16e6f (patch)
tree29b09d550bdc5b7b10d2d3b9059beda2fbabc6c8 /OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs
parent* Fix prebuild break (diff)
downloadopensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.zip
opensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.tar.gz
opensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.tar.bz2
opensim-SC_OLD-1bb510ab17321762d57120aabe6d4dec31b16e6f.tar.xz
* Update namespace in the regioncombinermodule.
Diffstat (limited to 'OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs')
-rw-r--r--OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs b/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs
index 7df836c..146ec66 100644
--- a/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs
+++ b/OpenSim/Region/RegionCombinerModule/RegionCombinerLargeLandChannel.cs
@@ -30,8 +30,9 @@ using System.Collections.Generic;
30using OpenMetaverse; 30using OpenMetaverse;
31using OpenSim.Framework; 31using OpenSim.Framework;
32using OpenSim.Region.Framework.Interfaces; 32using OpenSim.Region.Framework.Interfaces;
33using OpenSim.Region.CoreModules.World.Land;
33 34
34namespace OpenSim.Region.CoreModules.World.Land 35namespace OpenSim.Region.RegionCombinerModule
35{ 36{
36public class RegionCombinerLargeLandChannel : ILandChannel 37public class RegionCombinerLargeLandChannel : ILandChannel
37 { 38 {