aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/StorageManager.cs
diff options
context:
space:
mode:
authorlbsa712009-06-22 07:39:04 +0000
committerlbsa712009-06-22 07:39:04 +0000
commite365440461a4b250612cb5f25f15d495539d4c4d (patch)
tree1a682b1a09aea9d370488d65096f40a5cda75e8a /OpenSim/Region/Framework/StorageManager.cs
parentSuppress exception dump when informing friends in another region about login (diff)
downloadopensim-SC_OLD-e365440461a4b250612cb5f25f15d495539d4c4d.zip
opensim-SC_OLD-e365440461a4b250612cb5f25f15d495539d4c4d.tar.gz
opensim-SC_OLD-e365440461a4b250612cb5f25f15d495539d4c4d.tar.bz2
opensim-SC_OLD-e365440461a4b250612cb5f25f15d495539d4c4d.tar.xz
* Added SceneTests and SceneBaseTests
* Changed some fields to protectesd to enable faking
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/StorageManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/StorageManager.cs b/OpenSim/Region/Framework/StorageManager.cs
index 237eb54..9375b4a 100644
--- a/OpenSim/Region/Framework/StorageManager.cs
+++ b/OpenSim/Region/Framework/StorageManager.cs
@@ -36,7 +36,7 @@ namespace OpenSim.Region.Framework
36 { 36 {
37 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 37 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
38 38
39 private IRegionDataStore m_dataStore; 39 protected IRegionDataStore m_dataStore;
40 40
41 public IRegionDataStore DataStore 41 public IRegionDataStore DataStore
42 { 42 {