mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Got rid of concrete GridDBService references
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private GridDBService m_gridDBService;
|
||||
private IRegionProfileService m_gridDBService;
|
||||
private IGridServiceCore m_gridCore;
|
||||
|
||||
protected GridConfig m_config;
|
||||
@@ -69,7 +69,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||
{
|
||||
}
|
||||
|
||||
public void Initialise(string opensimVersion, GridDBService gridDBService, IGridServiceCore gridCore, GridConfig config)
|
||||
public void Initialise(string opensimVersion, IRegionProfileService gridDBService, IGridServiceCore gridCore, GridConfig config)
|
||||
{
|
||||
m_opensimVersion = opensimVersion;
|
||||
m_gridDBService = gridDBService;
|
||||
|
||||
Reference in New Issue
Block a user