mirror of
https://github.com/opensim/opensim.git
synced 2026-05-27 04:16:00 +08:00
Renamed IMessageUserServerService to IInterServiceUserService.cs
Renamed MessageUserServerModule to InterMessageUserServerModule
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||
|
||||
private MessageServerConfig m_cfg;
|
||||
|
||||
private IMessageUserServerService m_userServerModule;
|
||||
private IInterServiceUserService m_userServerModule;
|
||||
|
||||
private IGridServiceCore m_messageCore;
|
||||
|
||||
@@ -68,8 +68,8 @@ namespace OpenSim.Grid.MessagingServer.Modules
|
||||
|
||||
public void PostInitialise()
|
||||
{
|
||||
IMessageUserServerService messageUserServer;
|
||||
if (m_messageCore.TryGet<IMessageUserServerService>(out messageUserServer))
|
||||
IInterServiceUserService messageUserServer;
|
||||
if (m_messageCore.TryGet<IInterServiceUserService>(out messageUserServer))
|
||||
{
|
||||
m_userServerModule = messageUserServer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user