From 18382ebfd92ad43fa8afb54b55aa7be472166409 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 26 Feb 2009 20:11:13 +0000 Subject: Changed the type of the ApplicationRegistry member from RegistryCore to IRegistryCore --- OpenSim/Region/Application/OpenSimBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimBase.cs') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 2b74aa3..6045dc0 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -122,9 +122,9 @@ namespace OpenSim } protected ModuleLoader m_moduleLoader; - protected RegistryCore m_applicationRegistry = new RegistryCore(); + protected IRegistryCore m_applicationRegistry = new RegistryCore(); - public RegistryCore ApplicationRegistry + public IRegistryCore ApplicationRegistry { get { return m_applicationRegistry; } } -- cgit v1.1