Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace should equal project and directory.

This commit is contained in:
MW
2007-08-28 18:40:40 +00:00
parent c16aafee09
commit 7915adc6c5
16 changed files with 16 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ using System.IO;
using System.Reflection;
using OpenSim.Framework.Console;
namespace OpenSim.Physics.Manager
namespace OpenSim.Region.Physics.Manager
{
/// <summary>
/// Description of MyClass.