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

@@ -35,7 +35,7 @@ using OpenMetaverse;
using OpenSim.Framework;
using OpenSim.Region.Framework.Interfaces;
namespace OpenSim.Data.SQLite
namespace OpenSim.Data.SQLiteNG
{
public class SQLiteGenericTableHandler<T> : SQLiteFramework where T: class, new()
{