changed UserManagerBase. IInterServiceInventoryServices m_interServiceInventoryService from private to protected
parent
5a7ffb7298
commit
8f7c2ba91b
|
@ -53,7 +53,7 @@ namespace OpenSim.Framework.Communications
|
||||||
/// </value>
|
/// </value>
|
||||||
private List<IUserDataPlugin> _plugins = new List<IUserDataPlugin>();
|
private List<IUserDataPlugin> _plugins = new List<IUserDataPlugin>();
|
||||||
|
|
||||||
private IInterServiceInventoryServices m_interServiceInventoryService;
|
protected IInterServiceInventoryServices m_interServiceInventoryService;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Constructor
|
/// Constructor
|
||||||
|
|
Loading…
Reference in New Issue