aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Interregion/LocalInterregionComms.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-03 23:13:33 +0000
committerMelanie Thielker2009-05-03 23:13:33 +0000
commit0ecd965b8c208e77a5f55bf7d1dd3cd71c2cbad7 (patch)
tree0d1b6c68eac9e0340c024f4e2828bad614634d30 /OpenSim/Region/CoreModules/ServiceConnectors/Interregion/LocalInterregionComms.cs
parentThank you kindly, Thomax, for a patch that: (diff)
downloadopensim-SC_OLD-0ecd965b8c208e77a5f55bf7d1dd3cd71c2cbad7.zip
opensim-SC_OLD-0ecd965b8c208e77a5f55bf7d1dd3cd71c2cbad7.tar.gz
opensim-SC_OLD-0ecd965b8c208e77a5f55bf7d1dd3cd71c2cbad7.tar.bz2
opensim-SC_OLD-0ecd965b8c208e77a5f55bf7d1dd3cd71c2cbad7.tar.xz
Some reorganization around service connectors. No functional change
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectors/Interregion/LocalInterregionComms.cs (renamed from OpenSim/Region/CoreModules/ServiceConnectors/Local/LocalInterregionComms.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectors/Local/LocalInterregionComms.cs b/OpenSim/Region/CoreModules/ServiceConnectors/Interregion/LocalInterregionComms.cs
index 1e430e5..b94efa7 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectors/Local/LocalInterregionComms.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectors/Interregion/LocalInterregionComms.cs
@@ -33,7 +33,7 @@ using OpenSim.Framework;
33using OpenSim.Region.Framework.Interfaces; 33using OpenSim.Region.Framework.Interfaces;
34using OpenSim.Region.Framework.Scenes; 34using OpenSim.Region.Framework.Scenes;
35 35
36namespace OpenSim.Region.CoreModules.Communications.Local 36namespace OpenSim.Region.CoreModules.ServiceConnectors.Interregion
37{ 37{
38 public class LocalInterregionComms : IRegionModule, IInterregionCommsOut, IInterregionCommsIn 38 public class LocalInterregionComms : IRegionModule, IInterregionCommsOut, IInterregionCommsIn
39 { 39 {