aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Grid/Interregion/RemotingObject.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/Grid/Interregion/RemotingObject.cs (renamed from OpenSim/Region/Environment/Modules/Grid/Interregion/RemotingObject.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Grid/Interregion/RemotingObject.cs b/OpenSim/Region/OptionalModules/Grid/Interregion/RemotingObject.cs
index 47357d2..b09c848 100644
--- a/OpenSim/Region/Environment/Modules/Grid/Interregion/RemotingObject.cs
+++ b/OpenSim/Region/OptionalModules/Grid/Interregion/RemotingObject.cs
@@ -29,7 +29,7 @@ using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using OpenSim.Framework; 30using OpenSim.Framework;
31 31
32namespace OpenSim.Region.Environment.Modules.Grid.Interregion 32namespace OpenSim.Region.CoreModules.Grid.Interregion
33{ 33{
34 public class RemotingObject : MarshalByRefObject 34 public class RemotingObject : MarshalByRefObject
35 { 35 {