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

@@ -29,7 +29,7 @@ using System;
using System.Data;
using Mono.Data.Sqlite;
namespace OpenSim.Data.SQLite
namespace OpenSim.Data.SQLiteNG
{
/// <summary>
/// A base class for methods needed by all SQLite database classes