diff options
author | MW | 2008-12-02 13:15:10 +0000 |
---|---|---|
committer | MW | 2008-12-02 13:15:10 +0000 |
commit | 8f7c2ba91bb768ab41327c6fda32d1169d4e88fe (patch) | |
tree | e41b43113613d22c57825962312fd40c3c34e311 /OpenSim/Framework | |
parent | Remove some of the XEngine chattiness (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 2 |
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 |