Changed the type of the ApplicationRegistry member from RegistryCore to IRegistryCore
parent
33e7c09b7b
commit
18382ebfd9
|
@ -122,9 +122,9 @@ namespace OpenSim
|
||||||
}
|
}
|
||||||
protected ModuleLoader m_moduleLoader;
|
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; }
|
get { return m_applicationRegistry; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue