aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Communications
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs (renamed from OpenSim/Region/Environment/Modules/Communications/Local/LocalInterregionComms.cs)2
-rw-r--r--OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs (renamed from OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs)4
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Modules/Communications/Local/LocalInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs
index 33ccbf4..3a9df4a 100644
--- a/OpenSim/Region/Environment/Modules/Communications/Local/LocalInterregionComms.cs
+++ b/OpenSim/Region/CoreModules/Communications/Local/LocalInterregionComms.cs
@@ -41,7 +41,7 @@ using OpenSim.Framework.Communications.Cache;
41using OpenSim.Region.Framework.Interfaces; 41using OpenSim.Region.Framework.Interfaces;
42using OpenSim.Region.Framework.Scenes; 42using OpenSim.Region.Framework.Scenes;
43 43
44namespace OpenSim.Region.Environment.Modules.Communications.Local 44namespace OpenSim.Region.CoreModules.Communications.Local
45{ 45{
46 public class LocalInterregionComms : IRegionModule, IInterregionCommsOut, IInterregionCommsIn 46 public class LocalInterregionComms : IRegionModule, IInterregionCommsOut, IInterregionCommsIn
47 { 47 {
diff --git a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs
index 95b95ee..b4f4814 100644
--- a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs
+++ b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs
@@ -45,9 +45,9 @@ using OpenSim.Framework.Servers;
45using OpenSim.Region.Framework.Interfaces; 45using OpenSim.Region.Framework.Interfaces;
46using OpenSim.Region.Framework.Scenes; 46using OpenSim.Region.Framework.Scenes;
47using OpenSim.Region.Framework.Scenes.Hypergrid; 47using OpenSim.Region.Framework.Scenes.Hypergrid;
48using OpenSim.Region.Environment.Modules.Communications.Local; 48using OpenSim.Region.CoreModules.Communications.Local;
49 49
50namespace OpenSim.Region.Environment.Modules.Communications.REST 50namespace OpenSim.Region.CoreModules.Communications.REST
51{ 51{
52 public class RESTInterregionComms : IRegionModule, IInterregionCommsOut 52 public class RESTInterregionComms : IRegionModule, IInterregionCommsOut
53 { 53 {