mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +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:
@@ -50,12 +50,12 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||
|
||||
private IMessageUserServerService m_userServerModule;
|
||||
|
||||
private IUGAIMCore m_messageCore;
|
||||
private IGridServiceCore m_messageCore;
|
||||
|
||||
// a dictionary of all current regions this server knows about
|
||||
private Dictionary<ulong, RegionProfileData> m_regionInfoCache = new Dictionary<ulong, RegionProfileData>();
|
||||
|
||||
public MessageRegionModule(MessageServerConfig config, IUGAIMCore messageCore)
|
||||
public MessageRegionModule(MessageServerConfig config, IGridServiceCore messageCore)
|
||||
{
|
||||
m_cfg = config;
|
||||
m_messageCore = messageCore;
|
||||
|
||||
Reference in New Issue
Block a user