From 6ce5b6e439e304ba8ce27a9e5bad3146feedd7f0 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 27 Apr 2007 21:11:02 +0000 Subject: Major ass commit Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function. --- OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs') 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 } } + public void Initialise(string file) + { + // Blank + } + public void StorePrim(PrimData prim) { IDbCommand cmd = db.CreateCommand(); -- cgit v1.1