Major ass commit

Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
This commit is contained in:
Adam Frisby
2007-04-27 21:11:02 +00:00
parent feca5d22c6
commit 6ce5b6e439
6 changed files with 46 additions and 11 deletions

View File

@@ -56,6 +56,11 @@ namespace OpenSim.Storage.LocalStorageBDB
//vendorDb = (DbBTree)db.Open(null, VendorDbName, null, DbType.BTree, Db.OpenFlags.Create, 0);
}
public void Initialise(string file)
{
// Blank
}
public void StorePrim(PrimData prim)
{
DbEntry key = new DbEntry();