mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user