Changed the type of the ApplicationRegistry member from RegistryCore to IRegistryCore

GenericGridServerConcept
MW 2009-02-26 20:11:13 +00:00
parent 33e7c09b7b
commit 18382ebfd9
1 changed files with 2 additions and 2 deletions

View File

@ -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; }
}