aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs b/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs
index ff7b146..35875a1 100644
--- a/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs
+++ b/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs
@@ -59,6 +59,11 @@ namespace OpenSim.Storage.LocalStorageSQLite
59 } 59 }
60 } 60 }
61 61
62 public void Initialise(string file)
63 {
64 // Blank
65 }
66
62 public void StorePrim(PrimData prim) 67 public void StorePrim(PrimData prim)
63 { 68 {
64 IDbCommand cmd = db.CreateCommand(); 69 IDbCommand cmd = db.CreateCommand();