mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25: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:
@@ -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();
|
||||
|
||||
@@ -79,7 +79,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
|
||||
Thread m_NotifyThread;
|
||||
|
||||
private IUGAIMCore m_core;
|
||||
private IGridServiceCore m_core;
|
||||
|
||||
public event AgentLocationDelegate OnAgentLocation;
|
||||
public event AgentLeavingDelegate OnAgentLeaving;
|
||||
@@ -91,7 +91,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
MessageServers = new Dictionary<string, MessageServerInfo>();
|
||||
}
|
||||
|
||||
public void Initialise(IUGAIMCore core)
|
||||
public void Initialise(IGridServiceCore core)
|
||||
{
|
||||
m_core = core;
|
||||
m_core.RegisterInterface<MessageServersConnector>(this);
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
{
|
||||
public class UserDataBaseService : UserManagerBase
|
||||
{
|
||||
protected IUGAIMCore m_core;
|
||||
protected IGridServiceCore m_core;
|
||||
|
||||
public UserDataBaseService()
|
||||
: base(null)
|
||||
@@ -53,7 +53,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
{
|
||||
}
|
||||
|
||||
public void Initialise(IUGAIMCore core)
|
||||
public void Initialise(IGridServiceCore core)
|
||||
{
|
||||
m_core = core;
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
m_userDataBaseService = userDataBaseService;
|
||||
}
|
||||
|
||||
public void Initialise(IUGAIMCore core)
|
||||
public void Initialise(IGridServiceCore core)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
m_userDataBaseService = userDataBaseService;
|
||||
}
|
||||
|
||||
public void Initialise(IUGAIMCore core)
|
||||
public void Initialise(IGridServiceCore core)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
m_userDataBaseService = userDataBaseService;
|
||||
}
|
||||
|
||||
public void Initialise(IUGAIMCore core)
|
||||
public void Initialise(IGridServiceCore core)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user