aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs
diff options
context:
space:
mode:
authorlbsa712007-09-19 23:16:30 +0000
committerlbsa712007-09-19 23:16:30 +0000
commit604b786d89a321e8f9f67dbf855dce26e4ce56f6 (patch)
treeb2c8bce57418384b071f525b7b4bd20d59000d94 /OpenSim/Framework/Data.SQLite/SQLiteGridData.cs
parent* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata... (diff)
downloadopensim-SC_OLD-604b786d89a321e8f9f67dbf855dce26e4ce56f6.zip
opensim-SC_OLD-604b786d89a321e8f9f67dbf855dce26e4ce56f6.tar.gz
opensim-SC_OLD-604b786d89a321e8f9f67dbf855dce26e4ce56f6.tar.bz2
opensim-SC_OLD-604b786d89a321e8f9f67dbf855dce26e4ce56f6.tar.xz
* A feeble attempt at adding Grid db support to SQLite, just adding some code based on User db. Nothing hot-wired though.
Diffstat (limited to 'OpenSim/Framework/Data.SQLite/SQLiteGridData.cs')
-rw-r--r--OpenSim/Framework/Data.SQLite/SQLiteGridData.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs b/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs
index 921f4a6..a7ff0f7 100644
--- a/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs
+++ b/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs
@@ -192,6 +192,4 @@ namespace OpenSim.Framework.Data.SQLite
192 return null; 192 return null;
193 } 193 }
194 } 194 }
195
196
197} 195}