diff options
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.
Diffstat (limited to 'OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs')
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs index 5b245ee..f9e7889 100644 --- a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs +++ b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs | |||
@@ -79,7 +79,7 @@ namespace OpenSim.Grid.UserServer.Modules | |||
79 | 79 | ||
80 | Thread m_NotifyThread; | 80 | Thread m_NotifyThread; |
81 | 81 | ||
82 | private IUGAIMCore m_core; | 82 | private IGridServiceCore m_core; |
83 | 83 | ||
84 | public event AgentLocationDelegate OnAgentLocation; | 84 | public event AgentLocationDelegate OnAgentLocation; |
85 | public event AgentLeavingDelegate OnAgentLeaving; | 85 | public event AgentLeavingDelegate OnAgentLeaving; |
@@ -91,7 +91,7 @@ namespace OpenSim.Grid.UserServer.Modules | |||
91 | MessageServers = new Dictionary<string, MessageServerInfo>(); | 91 | MessageServers = new Dictionary<string, MessageServerInfo>(); |
92 | } | 92 | } |
93 | 93 | ||
94 | public void Initialise(IUGAIMCore core) | 94 | public void Initialise(IGridServiceCore core) |
95 | { | 95 | { |
96 | m_core = core; | 96 | m_core = core; |
97 | m_core.RegisterInterface<MessageServersConnector>(this); | 97 | m_core.RegisterInterface<MessageServersConnector>(this); |