diff options
author | Adam Frisby | 2007-07-15 17:32:54 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-15 17:32:54 +0000 |
commit | aebd58d75e7e4c46c074cb8266481850f4841cb9 (patch) | |
tree | 57d25bf2fc29c7951792ac173e1cee8e9e1cf38a /OpenSim/Region/Storage | |
parent | * Marked old terrain methods as obsolete. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/NullDataStore.cs | 2 |
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 | ||
11 | namespace OpenSim.DataStore.NullStorage | 11 | namespace 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 | { |