aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/UserManagerBase.cs
diff options
context:
space:
mode:
authorMW2008-12-02 13:15:10 +0000
committerMW2008-12-02 13:15:10 +0000
commit8f7c2ba91bb768ab41327c6fda32d1169d4e88fe (patch)
treee41b43113613d22c57825962312fd40c3c34e311 /OpenSim/Framework/Communications/UserManagerBase.cs
parentRemove some of the XEngine chattiness (diff)
downloadopensim-SC_OLD-8f7c2ba91bb768ab41327c6fda32d1169d4e88fe.zip
opensim-SC_OLD-8f7c2ba91bb768ab41327c6fda32d1169d4e88fe.tar.gz
opensim-SC_OLD-8f7c2ba91bb768ab41327c6fda32d1169d4e88fe.tar.bz2
opensim-SC_OLD-8f7c2ba91bb768ab41327c6fda32d1169d4e88fe.tar.xz
changed UserManagerBase. IInterServiceInventoryServices m_interServiceInventoryService from private to protected
Diffstat (limited to 'OpenSim/Framework/Communications/UserManagerBase.cs')
-rw-r--r--OpenSim/Framework/Communications/UserManagerBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs
index 8bfb2d7..3f2b902 100644
--- a/OpenSim/Framework/Communications/UserManagerBase.cs
+++ b/OpenSim/Framework/Communications/UserManagerBase.cs
@@ -53,7 +53,7 @@ namespace OpenSim.Framework.Communications
53 /// </value> 53 /// </value>
54 private List<IUserDataPlugin> _plugins = new List<IUserDataPlugin>(); 54 private List<IUserDataPlugin> _plugins = new List<IUserDataPlugin>();
55 55
56 private IInterServiceInventoryServices m_interServiceInventoryService; 56 protected IInterServiceInventoryServices m_interServiceInventoryService;
57 57
58 /// <summary> 58 /// <summary>
59 /// Constructor 59 /// Constructor