aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
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/Application
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/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index f263556..68fba97 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -46,7 +46,7 @@ using OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts;
46using OpenSim.Region.Framework; 46using OpenSim.Region.Framework;
47using OpenSim.Region.Framework.Interfaces; 47using OpenSim.Region.Framework.Interfaces;
48using OpenSim.Region.Framework.Scenes; 48using OpenSim.Region.Framework.Scenes;
49using OpenSim.Region.PhysicsModule.SharedBase; 49using OpenSim.Region.PhysicsModules.SharedBase;
50using OpenSim.Server.Base; 50using OpenSim.Server.Base;
51using OpenSim.Services.Base; 51using OpenSim.Services.Base;
52using OpenSim.Services.Interfaces; 52using OpenSim.Services.Interfaces;