From 1b1226a48370fc3f91ce2253bca848f6b698d40e Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 10 Jun 2007 12:18:22 +0000 Subject: Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please! --- OpenSim/OpenSim.World/SceneObject.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/OpenSim.World/SceneObject.cs') diff --git a/OpenSim/OpenSim.World/SceneObject.cs b/OpenSim/OpenSim.World/SceneObject.cs index 9ed99ba..9ea631b 100644 --- a/OpenSim/OpenSim.World/SceneObject.cs +++ b/OpenSim/OpenSim.World/SceneObject.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using System.Text; -using OpenSim.types; +using OpenSim.Region.types; using libsecondlife; using libsecondlife.Packets; using OpenSim.Framework.Interfaces; @@ -9,7 +9,7 @@ using OpenSim.Physics.Manager; using OpenSim.Framework.Types; using OpenSim.Framework.Inventory; -namespace OpenSim.world +namespace OpenSim.Region { public class SceneObject : Entity { -- cgit v1.1