aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage
diff options
context:
space:
mode:
authorJustin Clarke Casey2007-12-27 00:53:13 +0000
committerJustin Clarke Casey2007-12-27 00:53:13 +0000
commit54d9fbc0fe419dfb19da587d7b27d9a152a42946 (patch)
treef04bbd9eafd2b563d5f24334320c173a3558d109 /OpenSim/Region/Storage/OpenSim.DataStore.NullStorage
parent* Play the 'landing' animation when landing and minimize the collision protec... (diff)
downloadopensim-SC_OLD-54d9fbc0fe419dfb19da587d7b27d9a152a42946.zip
opensim-SC_OLD-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.gz
opensim-SC_OLD-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.bz2
opensim-SC_OLD-54d9fbc0fe419dfb19da587d7b27d9a152a42946.tar.xz
Prim inventory persistence phase 1: Creation of preliminary table in sqlite.
No user functionality yet. This code is not turned on, so there is no possibility of disruption to existing databases.
Diffstat (limited to 'OpenSim/Region/Storage/OpenSim.DataStore.NullStorage')
-rw-r--r--OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs b/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs
index 158912b..da05018 100644
--- a/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs
+++ b/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs
@@ -36,7 +36,7 @@ namespace OpenSim.DataStore.NullStorage
36{ 36{
37 public class NullDataStore : IRegionDataStore 37 public class NullDataStore : IRegionDataStore
38 { 38 {
39 public void Initialise(string dbfile) 39 public void Initialise(string dbfile, bool persistPrimInventories)
40 { 40 {
41 return; 41 return;
42 } 42 }