mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +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:
@@ -43,7 +43,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
{
|
||||
public class GridInfoServiceModule
|
||||
{
|
||||
protected IUGAIMCore m_core;
|
||||
protected IGridServiceCore m_core;
|
||||
protected GridInfoService m_gridInfoService;
|
||||
protected BaseHttpServer m_httpServer;
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
{
|
||||
}
|
||||
|
||||
public void Initialise(IUGAIMCore core)
|
||||
public void Initialise(IGridServiceCore core)
|
||||
{
|
||||
m_core = core;
|
||||
m_gridInfoService = new GridInfoService();
|
||||
|
||||
Reference in New Issue
Block a user