aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/ClientStackManager.cs2
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
-rw-r--r--OpenSim/Region/ClientStack/RegionApplicationBase.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/ClientStackManager.cs b/OpenSim/Region/ClientStack/ClientStackManager.cs
index 6cad7c9..f947d06 100644
--- a/OpenSim/Region/ClientStack/ClientStackManager.cs
+++ b/OpenSim/Region/ClientStack/ClientStackManager.cs
@@ -35,7 +35,7 @@ using OpenSim.Region.ClientStack;
35using OpenSim.Framework.Communications; 35using OpenSim.Framework.Communications;
36using OpenSim.Framework.Communications.Cache; 36using OpenSim.Framework.Communications.Cache;
37 37
38namespace OpenSim.Region.Environment 38namespace OpenSim.Region.ClientStack
39{ 39{
40 public class ClientStackManager 40 public class ClientStackManager
41 { 41 {
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index f53174a..a1263a1 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -798,7 +798,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
798 798
799 /// <summary> 799 /// <summary>
800 /// Starts up the timers to check the client and resend unacked packets 800 /// Starts up the timers to check the client and resend unacked packets
801 /// Adds the client to the OpenSim.Region.Environment.Scenes.Scene 801 /// Adds the client to the OpenSim.Region.Framework.Scenes.Scene
802 /// </summary> 802 /// </summary>
803 protected virtual void InitNewClient() 803 protected virtual void InitNewClient()
804 { 804 {
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs
index 18d8c5c..24ebd7e 100644
--- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs
+++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs
@@ -38,7 +38,7 @@ using OpenSim.Framework.Communications.Cache;
38using OpenSim.Framework.Servers; 38using OpenSim.Framework.Servers;
39using OpenSim.Region.Framework; 39using OpenSim.Region.Framework;
40using OpenSim.Region.Framework.Scenes; 40using OpenSim.Region.Framework.Scenes;
41using OpenSim.Region.Environment; 41using OpenSim.Region.CoreModules;
42using OpenSim.Region.Physics.Manager; 42using OpenSim.Region.Physics.Manager;
43 43
44namespace OpenSim.Region.ClientStack 44namespace OpenSim.Region.ClientStack