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

@@ -33,7 +33,7 @@ using OpenMetaverse;
using OpenSim.Framework;
using Mono.Data.Sqlite;
namespace OpenSim.Data.SQLite
namespace OpenSim.Data.SQLiteNG
{
public class SQLiteAuthenticationData : SQLiteFramework, IAuthenticationData
{