aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteNG/SQLiteInventoryStore.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/SQLiteInventoryStore.cs
parentminor: correct the assembly information for SQLiteNG (diff)
downloadopensim-SC-e78f874cfd341cf13b88013095e06dd966f51fe6.zip
opensim-SC-e78f874cfd341cf13b88013095e06dd966f51fe6.tar.gz
opensim-SC-e78f874cfd341cf13b88013095e06dd966f51fe6.tar.bz2
opensim-SC-e78f874cfd341cf13b88013095e06dd966f51fe6.tar.xz
put SQLiteNG classes in their own namespace to avoid confusion
Diffstat (limited to 'OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs')
-rw-r--r--OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs b/OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs
index ece2495..9207ca3 100644
--- a/OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs
+++ b/OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs
@@ -34,7 +34,7 @@ using Mono.Data.Sqlite;
34using OpenMetaverse; 34using OpenMetaverse;
35using OpenSim.Framework; 35using OpenSim.Framework;
36 36
37namespace OpenSim.Data.SQLite 37namespace OpenSim.Data.SQLiteNG
38{ 38{
39 /// <summary> 39 /// <summary>
40 /// An Inventory Interface to the SQLite database 40 /// An Inventory Interface to the SQLite database