aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteNG/SQLiteUtils.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey2010-04-23 19:40:15 +0100
committerJustin Clark-Casey2010-04-23 19:40:15 +0100
commite78f874cfd341cf13b88013095e06dd966f51fe6 (patch)
tree48ab4e63f23f0612f128fc1b1a443294ca1077d2 /OpenSim/Data/SQLiteNG/SQLiteUtils.cs
parentminor: correct the assembly information for SQLiteNG (diff)
downloadopensim-SC_OLD-e78f874cfd341cf13b88013095e06dd966f51fe6.zip
opensim-SC_OLD-e78f874cfd341cf13b88013095e06dd966f51fe6.tar.gz
opensim-SC_OLD-e78f874cfd341cf13b88013095e06dd966f51fe6.tar.bz2
opensim-SC_OLD-e78f874cfd341cf13b88013095e06dd966f51fe6.tar.xz
put SQLiteNG classes in their own namespace to avoid confusion
Diffstat (limited to 'OpenSim/Data/SQLiteNG/SQLiteUtils.cs')
-rw-r--r--OpenSim/Data/SQLiteNG/SQLiteUtils.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLiteNG/SQLiteUtils.cs b/OpenSim/Data/SQLiteNG/SQLiteUtils.cs
index 07c6b69..82a2e37 100644
--- a/OpenSim/Data/SQLiteNG/SQLiteUtils.cs
+++ b/OpenSim/Data/SQLiteNG/SQLiteUtils.cs
@@ -29,7 +29,7 @@ using System;
29using System.Data; 29using System.Data;
30using Mono.Data.Sqlite; 30using Mono.Data.Sqlite;
31 31
32namespace OpenSim.Data.SQLite 32namespace OpenSim.Data.SQLiteNG
33{ 33{
34 /// <summary> 34 /// <summary>
35 /// A base class for methods needed by all SQLite database classes 35 /// A base class for methods needed by all SQLite database classes