mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
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 IUGAIMCore m_gridCore;
|
||||
private IGridServiceCore m_gridCore;
|
||||
|
||||
protected GridConfig m_config;
|
||||
|
||||
@@ -67,7 +67,7 @@ namespace OpenSim.Grid.GridServer.Modules
|
||||
{
|
||||
}
|
||||
|
||||
public void Initialise(string opensimVersion, GridDBService gridDBService, IUGAIMCore gridCore, GridConfig config)
|
||||
public void Initialise(string opensimVersion, GridDBService gridDBService, IGridServiceCore gridCore, GridConfig config)
|
||||
{
|
||||
m_opensimVersion = opensimVersion;
|
||||
m_gridDBService = gridDBService;
|
||||
|
||||
Reference in New Issue
Block a user