diff options
author | Dr Scofield | 2008-07-18 15:36:38 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-18 15:36:38 +0000 |
commit | 449c09234d0dceba258df161f4e8f7cac5419660 (patch) | |
tree | c86532efb9af9d1c7a9c7bd9355d29941726b43d /OpenSim | |
parent | add some locks back into the sqlite asset path, as something changed (diff) | |
download | opensim-SC_OLD-449c09234d0dceba258df161f4e8f7cac5419660.zip opensim-SC_OLD-449c09234d0dceba258df161f4e8f7cac5419660.tar.gz opensim-SC_OLD-449c09234d0dceba258df161f4e8f7cac5419660.tar.bz2 opensim-SC_OLD-449c09234d0dceba258df161f4e8f7cac5419660.tar.xz |
fixing copy & paste artefact.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteEstateData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteEstateData.cs b/OpenSim/Data/SQLite/SQLiteEstateData.cs index ada34a2..a8dfb4e 100644 --- a/OpenSim/Data/SQLite/SQLiteEstateData.cs +++ b/OpenSim/Data/SQLite/SQLiteEstateData.cs | |||
@@ -38,9 +38,9 @@ using OpenSim.Framework; | |||
38 | using OpenSim.Region.Environment.Interfaces; | 38 | using OpenSim.Region.Environment.Interfaces; |
39 | using OpenSim.Region.Environment.Scenes; | 39 | using OpenSim.Region.Environment.Scenes; |
40 | 40 | ||
41 | namespace OpenSim.Data.MySQL | 41 | namespace OpenSim.Data.SQLite |
42 | { | 42 | { |
43 | public class MySQLEstateStore : IEstateDataStore | 43 | public class SQLiteEstateStore : IEstateDataStore |
44 | { | 44 | { |
45 | private static readonly ILog m_log = | 45 | private static readonly ILog m_log = |
46 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 46 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |