diff options
author | Justin Clark-Casey | 2010-04-23 19:40:15 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-30 19:05:09 +0100 |
commit | a90054aa16c8e968a6866cf850d16fde0b20957d (patch) | |
tree | 9e956a15d058fb7c3fde5c2d79d2cab0d369a112 /OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs | |
parent | minor: correct the assembly information for SQLiteNG (diff) | |
download | opensim-SC-a90054aa16c8e968a6866cf850d16fde0b20957d.zip opensim-SC-a90054aa16c8e968a6866cf850d16fde0b20957d.tar.gz opensim-SC-a90054aa16c8e968a6866cf850d16fde0b20957d.tar.bz2 opensim-SC-a90054aa16c8e968a6866cf850d16fde0b20957d.tar.xz |
put SQLiteNG classes in their own namespace to avoid confusion
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLiteNG/SQLiteInventoryStore.cs | 2 |
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; | |||
34 | using OpenMetaverse; | 34 | using OpenMetaverse; |
35 | using OpenSim.Framework; | 35 | using OpenSim.Framework; |
36 | 36 | ||
37 | namespace OpenSim.Data.SQLite | 37 | namespace 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 |