mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Got rid of concrete GridDBService references
This commit is contained in:
@@ -32,6 +32,7 @@ using System.Reflection;
|
||||
using System.Text;
|
||||
using Nwc.XmlRpc;
|
||||
using log4net;
|
||||
using OpenSim.Data;
|
||||
using OpenSim.Framework.Servers;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Grid.Framework;
|
||||
@@ -42,7 +43,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||
{
|
||||
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected GridDBService m_gridDBService;
|
||||
protected IRegionProfileService m_gridDBService;
|
||||
protected IGridServiceCore m_gridCore;
|
||||
|
||||
protected GridConfig m_config;
|
||||
@@ -61,7 +62,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