* Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces.

This commit is contained in:
Adam Frisby
2008-05-01 15:36:39 +00:00
parent 92fd719d7b
commit a1c8aa4050
91 changed files with 790 additions and 272 deletions

View File

@@ -31,6 +31,7 @@ using System.Net;
using System.Reflection;
using System.Text;
using log4net;
using OpenSim.Framework.Configuration.XML;
namespace OpenSim.Framework.Configuration.HTTP
{

View File

@@ -29,7 +29,7 @@ using System;
using System.IO;
using System.Xml;
namespace OpenSim.Framework.Configuration
namespace OpenSim.Framework.Configuration.XML
{
public class XmlConfiguration : IGenericConfig
{
@@ -135,4 +135,4 @@ namespace OpenSim.Framework.Configuration
doc = null;
}
}
}
}