mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
put SQLiteNG classes in their own namespace to avoid confusion
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user