diff options
author | lbsa71 | 2007-09-19 23:16:30 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-19 23:16:30 +0000 |
commit | 604b786d89a321e8f9f67dbf855dce26e4ce56f6 (patch) | |
tree | b2c8bce57418384b071f525b7b4bd20d59000d94 /OpenSim/Framework/Data.SQLite/SQLiteGridData.cs | |
parent | * Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata... (diff) | |
download | opensim-SC-604b786d89a321e8f9f67dbf855dce26e4ce56f6.zip opensim-SC-604b786d89a321e8f9f67dbf855dce26e4ce56f6.tar.gz opensim-SC-604b786d89a321e8f9f67dbf855dce26e4ce56f6.tar.bz2 opensim-SC-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.cs | 2 |
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 | } |