* Update namespace in the regioncombinermodule.
parent
44012d72e3
commit
1bb510ab17
|
@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||||
using OpenMetaverse;
|
using OpenMetaverse;
|
||||||
using OpenSim.Region.Framework.Scenes;
|
using OpenSim.Region.Framework.Scenes;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
public class RegionCombinerClientEventForwarder
|
public class RegionCombinerClientEventForwarder
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ using OpenMetaverse;
|
||||||
using OpenSim.Framework;
|
using OpenSim.Framework;
|
||||||
using OpenSim.Region.Framework.Scenes;
|
using OpenSim.Region.Framework.Scenes;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
public class RegionCombinerIndividualEventForwarder
|
public class RegionCombinerIndividualEventForwarder
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,8 +30,9 @@ using System.Collections.Generic;
|
||||||
using OpenMetaverse;
|
using OpenMetaverse;
|
||||||
using OpenSim.Framework;
|
using OpenSim.Framework;
|
||||||
using OpenSim.Region.Framework.Interfaces;
|
using OpenSim.Region.Framework.Interfaces;
|
||||||
|
using OpenSim.Region.CoreModules.World.Land;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
public class RegionCombinerLargeLandChannel : ILandChannel
|
public class RegionCombinerLargeLandChannel : ILandChannel
|
||||||
{
|
{
|
||||||
|
|
|
@ -38,7 +38,7 @@ using OpenSim.Region.Framework.Scenes;
|
||||||
using OpenSim.Framework.Console;
|
using OpenSim.Framework.Console;
|
||||||
using OpenSim.Region.Physics.Manager;
|
using OpenSim.Region.Physics.Manager;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
public class RegionCombinerModule : ISharedRegionModule
|
public class RegionCombinerModule : ISharedRegionModule
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,7 +32,7 @@ using OpenSim.Framework;
|
||||||
using OpenSim.Region.Framework.Interfaces;
|
using OpenSim.Region.Framework.Interfaces;
|
||||||
using OpenSim.Region.Framework.Scenes;
|
using OpenSim.Region.Framework.Scenes;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
public class RegionCombinerPermissionModule
|
public class RegionCombinerPermissionModule
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,7 +31,7 @@ using OpenMetaverse;
|
||||||
using OpenSim.Region.Framework.Interfaces;
|
using OpenSim.Region.Framework.Interfaces;
|
||||||
using OpenSim.Region.Framework.Scenes;
|
using OpenSim.Region.Framework.Scenes;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
public class RegionConnections
|
public class RegionConnections
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||||
using OpenMetaverse;
|
using OpenMetaverse;
|
||||||
using OpenSim.Framework;
|
using OpenSim.Framework;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
|
|
||||||
struct RegionCourseLocationStruct
|
struct RegionCourseLocationStruct
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
using OpenMetaverse;
|
using OpenMetaverse;
|
||||||
using OpenSim.Region.Framework.Scenes;
|
using OpenSim.Region.Framework.Scenes;
|
||||||
|
|
||||||
namespace OpenSim.Region.CoreModules.World.Land
|
namespace OpenSim.Region.RegionCombinerModule
|
||||||
{
|
{
|
||||||
public class RegionData
|
public class RegionData
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue