From 8f7c2ba91bb768ab41327c6fda32d1169d4e88fe Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 2 Dec 2008 13:15:10 +0000 Subject: [PATCH] changed UserManagerBase. IInterServiceInventoryServices m_interServiceInventoryService from private to protected --- OpenSim/Framework/Communications/UserManagerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 8bfb2d7f19..3f2b902781 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs @@ -53,7 +53,7 @@ namespace OpenSim.Framework.Communications /// private List _plugins = new List(); - private IInterServiceInventoryServices m_interServiceInventoryService; + protected IInterServiceInventoryServices m_interServiceInventoryService; /// /// Constructor