mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Changed the type of the ApplicationRegistry member from RegistryCore to IRegistryCore
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user