diff options
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; | |||
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using OpenSim.Framework; | 30 | using OpenSim.Framework; |
31 | 31 | ||
32 | namespace OpenSim.Region.Environment.Modules.Grid.Interregion | 32 | namespace OpenSim.Region.CoreModules.Grid.Interregion |
33 | { | 33 | { |
34 | public class RemotingObject : MarshalByRefObject | 34 | public class RemotingObject : MarshalByRefObject |
35 | { | 35 | { |