put SQLiteNG classes in their own namespace to avoid confusion

This commit is contained in:
Justin Clark-Casey
2010-04-23 19:40:15 +01:00
parent fcbac43114
commit e78f874cfd
12 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ using OpenSim.Framework;
using OpenSim.Region.Framework.Interfaces;
using OpenSim.Region.Framework.Scenes;
namespace OpenSim.Data.SQLite
namespace OpenSim.Data.SQLiteNG
{
/// <summary>
/// A RegionData Interface to the SQLite database