diff options
author | Justin Clark-Casey | 2010-04-23 19:40:15 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2010-04-23 19:40:15 +0100 |
commit | e78f874cfd341cf13b88013095e06dd966f51fe6 (patch) | |
tree | 48ab4e63f23f0612f128fc1b1a443294ca1077d2 /OpenSim/Data/SQLiteNG/SQLiteFramework.cs | |
parent | minor: correct the assembly information for SQLiteNG (diff) | |
download | opensim-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/SQLiteFramework.cs')
-rw-r--r-- | OpenSim/Data/SQLiteNG/SQLiteFramework.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLiteNG/SQLiteFramework.cs b/OpenSim/Data/SQLiteNG/SQLiteFramework.cs index cf114d1..f0ddc59 100644 --- a/OpenSim/Data/SQLiteNG/SQLiteFramework.cs +++ b/OpenSim/Data/SQLiteNG/SQLiteFramework.cs | |||
@@ -33,7 +33,7 @@ using OpenMetaverse; | |||
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | using Mono.Data.Sqlite; | 34 | using Mono.Data.Sqlite; |
35 | 35 | ||
36 | namespace OpenSim.Data.SQLite | 36 | namespace OpenSim.Data.SQLiteNG |
37 | { | 37 | { |
38 | /// <summary> | 38 | /// <summary> |
39 | /// A database interface class to a user profile storage system | 39 | /// A database interface class to a user profile storage system |