aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-07-15 17:32:54 +0000
committerAdam Frisby2007-07-15 17:32:54 +0000
commitaebd58d75e7e4c46c074cb8266481850f4841cb9 (patch)
tree57d25bf2fc29c7951792ac173e1cee8e9e1cf38a /OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs
parent* Marked old terrain methods as obsolete. (diff)
downloadopensim-SC_OLD-aebd58d75e7e4c46c074cb8266481850f4841cb9.zip
opensim-SC_OLD-aebd58d75e7e4c46c074cb8266481850f4841cb9.tar.gz
opensim-SC_OLD-aebd58d75e7e4c46c074cb8266481850f4841cb9.tar.bz2
opensim-SC_OLD-aebd58d75e7e4c46c074cb8266481850f4841cb9.tar.xz
* PROTIP: It helps to know what your doing when playing with reflection.
Diffstat (limited to 'OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs')
-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 8542ef3..7c8bd07 100644
--- a/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs
+++ b/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs
@@ -10,7 +10,7 @@ using libsecondlife;
10 10
11namespace OpenSim.DataStore.NullStorage 11namespace OpenSim.DataStore.NullStorage
12{ 12{
13 class NullDataStore : IRegionDataStore 13 public class NullDataStore : IRegionDataStore
14 { 14 {
15 public void Initialise(string dbfile, string dbname) 15 public void Initialise(string dbfile, string dbname)
16 { 16 {