aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/DwellModule.cs
diff options
context:
space:
mode:
authorDiva Canto2015-08-30 21:05:36 -0700
committerDiva Canto2015-08-30 21:05:36 -0700
commitce2c67876e0ebf4f84420696f660dc77d96dea6b (patch)
tree7dc0edb3b52931842b1dc382c344ff069e925b11 /OpenSim/Region/CoreModules/World/Land/DwellModule.cs
parentRenamed the namespaces too (diff)
downloadopensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.zip
opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.gz
opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.bz2
opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.xz
More namespace and dll name changes. Still no functional changes.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/DwellModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/DwellModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/DwellModule.cs b/OpenSim/Region/CoreModules/World/Land/DwellModule.cs
index bfa0320..70c6028 100644
--- a/OpenSim/Region/CoreModules/World/Land/DwellModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/DwellModule.cs
@@ -45,7 +45,7 @@ using OpenSim.Framework.Servers.HttpServer;
45using OpenSim.Region.CoreModules.Framework.InterfaceCommander; 45using OpenSim.Region.CoreModules.Framework.InterfaceCommander;
46using OpenSim.Region.Framework.Interfaces; 46using OpenSim.Region.Framework.Interfaces;
47using OpenSim.Region.Framework.Scenes; 47using OpenSim.Region.Framework.Scenes;
48using OpenSim.Region.PhysicsModule.SharedBase; 48using OpenSim.Region.PhysicsModules.SharedBase;
49using OpenSim.Services.Interfaces; 49using OpenSim.Services.Interfaces;
50using Caps = OpenSim.Framework.Capabilities.Caps; 50using Caps = OpenSim.Framework.Capabilities.Caps;
51using GridRegion = OpenSim.Services.Interfaces.GridRegion; 51using GridRegion = OpenSim.Services.Interfaces.GridRegion;